Author: PLBorkholder
Posted: 2005-01-25 at 17:20:03
Does anyone know how to incorporate the recno() into a list box from the
alias that it is pulling from?
I need to have the RowsourceType = 2 Alias
I have in the Rowsource:
certhdr.vcfurno1,loadno1,customer,partno,ponum,htdate,swonum,tokenno
I tried adding the Recno() at the end but it errors out:
certhdr.vcfurno1,loadno1,customer,partno,ponum,htdate,swonum,tokenno,recno('certhdr')
I keep getting the error "Not a character expression"
PB