Hi all
I have a continous sub form and there are 4 fields however only one can be changed. I therefore would like to be able to go from record to record.
I have used:
docmd.gotorecord ,, acnext
however this causes a problem when I reach the end of the table.
How can I find out if there are no more records in my table.
thanks for any help
Paul
I have a continous sub form and there are 4 fields however only one can be changed. I therefore would like to be able to go from record to record.
I have used:
docmd.gotorecord ,, acnext
however this causes a problem when I reach the end of the table.
How can I find out if there are no more records in my table.
thanks for any help
Paul