Mdb references to another mdb

  • Thread starter Thread starter Andrea Lodi
  • Start date Start date
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
 
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
 
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.
?
 
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.
 
Back
Top