Hi everyone! Anyone able to add records to the database using VBA?
I started using 'DoCmd.GoToRecord , , acNewRec
to generate the new ID for a new record, but this doesnt seem to add the ID number directly into the database, instead I had to create a textfield in which to write this ID, and...