I am issuinmg the following brow comman
How do I get the record pointer on the last record, rather than the first?
Keith
Code:
BROW FIELDS DAYSALES.SALE_NUM, DAYSALES.DATE,DAYSALES.TIME,;
DAYSALES.CODE, DAYSALES.QTY, DAYSALES.EACH, METH FONT "verdana",12
FOR DAYSALES.CODE = REFCODE TITLE TYTL NOAPPEND NOEDIT NODELETE
Keith