G
Guest
I'm using Access 2003 and Sql 2000. I have an employee db that I'm try to
setup a form that can add new employees. On the form properties I've changed
the Data Entry to Yes but when the form opens it's blank.
I've tied several docmd's:
RunCommand acCmdRecordsGoToNew
GoToRecord,, acNewRec
GoToRecord acDataForm, "frmName", acNewRec
What do I need to do to add new records?
Thanks for the help,
Paul
setup a form that can add new employees. On the form properties I've changed
the Data Entry to Yes but when the form opens it's blank.
I've tied several docmd's:
RunCommand acCmdRecordsGoToNew
GoToRecord,, acNewRec
GoToRecord acDataForm, "frmName", acNewRec
What do I need to do to add new records?
Thanks for the help,
Paul