Table grabs extra record from form with unbound fields

RetiredGuy

New member
Local time
Today, 13:04
Joined
Mar 12, 2013
Messages
6
Using DAO recordset, table enters unbound fields data properly for desired records, but adds an extra record which is a duplicate of the first record entered....any known access quirks for adding unwanted records? :banghead:
 
Are you sure the form is unbound, (- look at the Recordsource for the form)?
Else show you code for inserting data using the DAO recordset.
 
Thank you for your response....I was considering going to VB but tweaked my code to work in Access....the ghost record was code error.
 

Users who are viewing this thread

Back
Top Bottom