Oct 10, 2006 #1 venna1 IS-IT--Management Joined Jan 7, 2004 Messages 1 Location 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.
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.
Oct 10, 2006 #2 Crowley16 Technical User Joined Jan 21, 2004 Messages 6,931 Location GB 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! Upvote 0 Downvote
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!
Oct 10, 2006 #3 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR you can easily make the query non-updateable Have a look here: http://msdn.microsoft.com/archive/en-us/dnaraccess/html/msdn_harness.asp Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
you can easily make the query non-updateable Have a look here: http://msdn.microsoft.com/archive/en-us/dnaraccess/html/msdn_harness.asp Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886