G
Guest
Hi there,
I run the following code on a button's click event:
Me.frmExpenses_sub!dtmDate.SetFocus
This goes to the first record in my subform, what I need is to then go to a
new record in my subform which is based on qryExpenses which goes back to
tblExpenses.
Can anyone help? I'm sure this is a simple thing.
Thanks,
JR
I run the following code on a button's click event:
Me.frmExpenses_sub!dtmDate.SetFocus
This goes to the first record in my subform, what I need is to then go to a
new record in my subform which is based on qryExpenses which goes back to
tblExpenses.
Can anyone help? I'm sure this is a simple thing.
Thanks,
JR