Passing Parameters Between 2 Database

  • Thread starter Thread starter Gary
  • Start date Start date
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
 
One solution is to store your parameter values in tables. You can then use
linked tables to share the values.
 
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/
 
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/
 
Back
Top