Passing Parameters Between 2 Database

G

Gary

How can one pass parameters between 2 databases??

I have a mdb and a mde database. I don't think I could pass parameters
between the two databases using global??? If itts possible How do I define
them.

I assume it is possible to pass parameters as an argument of a function
between the two database???

Thanks,

G
 
D

Duane Hookom

One solution is to store your parameter values in tables. You can then use
linked tables to share the values.
 
T

Tony Toews [MVP]

Gary said:
I have a mdb and a mde database. I don't think I could pass parameters
between the two databases using global???

Correct that's not possible.
I assume it is possible to pass parameters as an argument of a function
between the two database???

That would be one way, yes.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
J

Jeff Boyce

Gary

You've described "how" (as in how you want to do something, by passing
parameters between an .mdb and an .mde). If you'll describe "why" (as in
what business need you are trying to solve), the folks here may be able to
offer alternate approaches...

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 

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