iamchemist
Programmer
I am a newbie to Access. I have a subform within a main form. I want to use the subform for data entry.
I would like for the subform to initially come up with the cursor on the last record, or on a blank field just below the last record, so that the user will be imediately in position to enter a "New Record".
I have tried creating an "OnEnter" Procedure with the code:
DoCmd.GoToRecord , , acLast
But the subform still starts out with the first record, and not the last record. It seems to ignore my VBA command.
I would like for the subform to initially come up with the cursor on the last record, or on a blank field just below the last record, so that the user will be imediately in position to enter a "New Record".
I have tried creating an "OnEnter" Procedure with the code:
DoCmd.GoToRecord , , acLast
But the subform still starts out with the first record, and not the last record. It seems to ignore my VBA command.