Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple tables within one form (Access 2003)

Status
Not open for further replies.

venna1

IS-IT--Management
Jan 7, 2004
1
GB
I am trying to merge three seperate tables from three different access 2003 databases.

i want 1 form to access all three tables at a click of a button.

Does any one have a suggestion on how i would approach this.

Any info would be useful.
 
either create a query which gets the data from all 3 tables, or use an unbound form and fill/edit the records through code...

be careful when using a query because you can easily make the query non-updateable...

--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top