Access Forms mdb to Access backend mdb

  • Thread starter Thread starter jay
  • Start date Start date
J

jay

Where can I find an example of one access database with forms talking to an
access database with the tables?

Are they connected using ADODB?
 
jay said:
Where can I find an example of one access database with forms talking to an
access database with the tables?

Are they connected using ADODB?

You can build your own sample using the Database Splitter in the Northwind
sample database.

Tools ... Database Utilities ... Database Splitter

The tables will be linked and you will not need to set up an special
connections using ADODB. You can always use ADO or DAO to build your
recordsets.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top