I am trying to open my purchase orders form and go to the last record. In the on open command I do:
- DoCmd.GoToRecord , , acLast
Seems straight forward enough...but I keep getting this message "You entered an expression that has invalid reference to the property Form/Report" before the form opens. After I acknowledge the message the form opens and goes to the last record. How do I X the message.