K
kolsby
I have a subfrom (Mac_subform) that has as its only field an
autonumber.
I would like to click a button on the main form and have the subform
add a record (autonumber).
The code i am trying is:
DoCmd.GoToControl "mac subform"
DoCmd.GoToRecord , , acNewRec
This is not working though.
Any ideas?
thanks,
KO
autonumber.
I would like to click a button on the main form and have the subform
add a record (autonumber).
The code i am trying is:
DoCmd.GoToControl "mac subform"
DoCmd.GoToRecord , , acNewRec
This is not working though.
Any ideas?
thanks,
KO