G
Guest
Access 2002
DoCmd.GoToRecord , , acNewRec
DoCmd.GoToRecord , , acPrevious
DoCmd.GoToRecord , , acNext
This structure of code along with setting a couple of fields is what I am
trying to use to populate the key field of a table on a form. The field is
an autonumber and I keep getting error 2105 when attempting this. If I try
to save the keyfields I recieve a 170 error on the DoCmd.RunSQL stSQL, no
statement.
Help would be welcomed.
Thanks
DoCmd.GoToRecord , , acNewRec
DoCmd.GoToRecord , , acPrevious
DoCmd.GoToRecord , , acNext
This structure of code along with setting a couple of fields is what I am
trying to use to populate the key field of a table on a form. The field is
an autonumber and I keep getting error 2105 when attempting this. If I try
to save the keyfields I recieve a 170 error on the DoCmd.RunSQL stSQL, no
statement.
Help would be welcomed.
Thanks