ODBC Source on Access form

G

Glenn Suggs

I have an Access form with an underlying ODBC data source and whenever I
enter information for a new record in the main form and proceed to the
subform to enter detail data, the work #Deleted comes up in several of the
text boxes in the main form. However, when I check the table, the record is
indeed there. Can anyone provide a solution for this?
Thanks
 
B

Brian

Glenn Suggs said:
I have an Access form with an underlying ODBC data source and whenever I
enter information for a new record in the main form and proceed to the
subform to enter detail data, the work #Deleted comes up in several of the
text boxes in the main form. However, when I check the table, the record is
indeed there. Can anyone provide a solution for this?
Thanks

You may need to refresh your links using the linked table manager.
 
Top