S
Signman David
I have an event procedure that, amoung other things, selects the next record
in the form. The procedure errors out if it just processed the last record
in the form. How can I address this problem?
Here is the line item: DoCmd.GoToRecord acDataForm,
"frmPurchaseOrdersToSend", acNext
in the form. The procedure errors out if it just processed the last record
in the form. How can I address this problem?
Here is the line item: DoCmd.GoToRecord acDataForm,
"frmPurchaseOrdersToSend", acNext