Linked Table

S

sturner333

I have a database with tables that are already linkes to other forms, etc.
How do you update these tables, like add new rows?
Thanks
 
C

caloy

First, you need to determine which tables, in what database these tables are
linked to. When you find out, go to that database and make the additions to
the tables in that database. The linked tables will update automatically.
 
J

John Vinson

I have a database with tables that are already linkes to other forms, etc.
How do you update these tables, like add new rows?
Thanks

ummmm... using the forms that are bound to them!?

I don't understand the problem. That's what forms are FOR - to update
and edit tables.

John W. Vinson[MVP]
 
Top