Good day.
I'm having an issue with a subform.
I currently have the following VBA code in the subform's On Current event:
DoCmd.RunCommand acCmdRecordsGoToLast
No I have a problem. Whenever I want to add a new record on this subform, it tells me that I can't go to the specified record.
Obviously, I'm not using the right code to go to my last record when I open the form. But what would I use, and where?
Thanks.