G
Guest
I have two quirky errors; don't know if they're related or not.
1 - have 'add record' button on form. when clicked, correct form opens, but
not to new record. I have to click * button to get to new record. Here's
code, pretty straightforward:
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "FrmContacts"
DoCmd.GoToRecord , , acNewRec
DoCmd.OpenForm stDocName, , , stLinkCriteria
2 - When in 'frmContacts' and adding new data to subform, subform appears to
jump to next new record when I try to tab (exit) out of the subform. Can
only see what I just input by exiting form and then coming back in again.
Thanks for your help.
Pat
1 - have 'add record' button on form. when clicked, correct form opens, but
not to new record. I have to click * button to get to new record. Here's
code, pretty straightforward:
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "FrmContacts"
DoCmd.GoToRecord , , acNewRec
DoCmd.OpenForm stDocName, , , stLinkCriteria
2 - When in 'frmContacts' and adding new data to subform, subform appears to
jump to next new record when I try to tab (exit) out of the subform. Can
only see what I just input by exiting form and then coming back in again.
Thanks for your help.
Pat