N
Nic
Hello all -
I have a form where the first place the user is most likely to go is the
first subform to start entering in data. The problem with this is that the
ID of the new record is still set to (autonumber) and does not get a number
when data is entered into a subform of a form. So I get an error from my
subform complaining about no key field.
I've tried placing:
RunCommand acCmdSaveRecord
in the "On Enter" event of the subform, but that didn't help. I also placed
Me.Dirty = False
in the Form_Load event for the parent form.
Any ideas?
I'm in Access 2000 BTW.
Thanks!
-Nic
I have a form where the first place the user is most likely to go is the
first subform to start entering in data. The problem with this is that the
ID of the new record is still set to (autonumber) and does not get a number
when data is entered into a subform of a form. So I get an error from my
subform complaining about no key field.
I've tried placing:
RunCommand acCmdSaveRecord
in the "On Enter" event of the subform, but that didn't help. I also placed
Me.Dirty = False
in the Form_Load event for the parent form.
Any ideas?
I'm in Access 2000 BTW.
Thanks!
-Nic