Mdb references to another mdb

A

Andrea Lodi

Hi everybody,
which one is the main rule about to reference programmatically to a mdb file
from another?
Both files must to be mde? or mdb?

Thanks,
Andrea
 
P

Paolo

Hi Andrea,

What do you mean by "reference programmatically". What do you wanna do? If
you wanna copy/read data from an mdb to another you can open a new workspace
so you have complete access to the data.
If you can be more clear about what you are trying to do I think I can be
more helpful.

HAND Paolo
 
A

Andrea Lodi

Paolo said:
Hi Andrea,

What do you mean by "reference programmatically". What do you wanna do? If
you wanna copy/read data from an mdb to another you can open a new workspace
so you have complete access to the data.
If you can be more clear about what you are trying to do I think I can be
more helpful.

HAND Paolo
I'm trying to use some functions and subs sitting in another mdb file and I
like the idea to consider small different mdb files as libraries. I see this
an easy way to update my application.
?
 
T

Tom van Stiphout

On Thu, 31 Jan 2008 16:24:01 -0800, Andrea Lodi

You are correct. If you want to share code, a library database is the
easiest way to go.
-Tom.
 

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