Access Forms mdb to Access backend mdb

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?
 
A

Arvin Meyer

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top