S
ScottB
I have created a button (using the wizard) to add a new
record to a form. For the most part, this is simple and
works well. My 'problem' is that I'd like the cursor to
start in the first field of the new record. Instead, the
user has to first click on a field before beginning data
entry. I've been trying to use simple VBA code like
Private Sub Form_AfterInsert()
DoCmd.GoToControl BIO_FNAME
End Sub
to move to the field but it seems to always recognize the
previous record's data in that field, instead of on the
new blank record. Any suggestions? Scott
record to a form. For the most part, this is simple and
works well. My 'problem' is that I'd like the cursor to
start in the first field of the new record. Instead, the
user has to first click on a field before beginning data
entry. I've been trying to use simple VBA code like
Private Sub Form_AfterInsert()
DoCmd.GoToControl BIO_FNAME
End Sub
to move to the field but it seems to always recognize the
previous record's data in that field, instead of on the
new blank record. Any suggestions? Scott