how to Update ODBC linked tables on ms access

vince1818

Registered User.
Local time
Yesterday, 16:35
Joined
Apr 8, 2015
Messages
34
Hi All -

Does anyone know how to Update ODBC linked tables on ms access? Really appreciate any insights. Thanks in advance!
 
Thanks JHB.

Im not an expert with access. Im not sure where to copy the code in ms access. I tried to find the tabledefs but couldnt locate it. When you get a chance, will you let me know? Thanks!
 
Maybe I misunderstood your question, do you want to change/update data in your table(s) or what do you want?
 
Hi,

Im trying to update the tables from the ODBC so it will have realtime data. Sorry for the confusion. Hope to hear back from you. Thanks!
 
Do you not get that if you create a form and set the recordsource to the table, like it was written in the link?

1. If you want to update the contents of a table from a form, the simplest way consist in binding the form to the table (or to a query based on the table) - property: RecordSource, then to bind the controls of that form (TextBox controls, etc.) to the columns (fields) of the bound table or query - property: ControlSource.
 

Users who are viewing this thread

Back
Top Bottom