Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / March 2007

Tip: Looking for answers? Try searching our database.

Displaying data from other databases

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ray S. - 01 Mar 2007 12:29 GMT
I have three databases that collect and process information. One generates
cost center usage percentages that are used in the other two. One of those
processes print services data collected from a mainframe source, the other
processes other mainframe collected information. I would like the user to be
able to access all the relevant information from one switchboard. I have no
problem connecting switchboard controls to objects in the database in which
I'm working, but I'm not sure what I have to do in order to do the same with
the other two databases. Can I get any tips and cautions on this?
Keith Wilby - 01 Mar 2007 13:10 GMT
>I have three databases that collect and process information. One generates
> cost center usage percentages that are used in the other two. One of those
[quoted text clipped - 8 lines]
> with
> the other two databases. Can I get any tips and cautions on this?

Sounds like a simple question of linking tables, are you familiar with that?

Keith.
Ray S. - 01 Mar 2007 17:55 GMT
linking tables will only complicate the intentional separation of the
databases, and would not suffice since the tables undergo much query
processing and are managed and handled through forms. It would be useful if I
could link to the forms in the other tables, but I don't know if that can be
done. I mean, I don't know how I would do that programmatically from the
"external" database.

> >I have three databases that collect and process information. One generates
> > cost center usage percentages that are used in the other two. One of those
[quoted text clipped - 12 lines]
>
> Keith.
Keith Wilby - 02 Mar 2007 08:50 GMT
> linking tables will only complicate the intentional separation of the
> databases,

So you want to process data from more than one file yet keep them all
separate?  Not gonna happen without linked tables.  What complication would
it cause?

> and would not suffice since the tables undergo much query
> processing

The performance hit on linked tables in my experience is negligible provided
that the FE is on the user's local drive.

> and are managed and handled through forms. It would be useful if I
> could link to the forms in the other tables, but I don't know if that can
> be
> done. I mean, I don't know how I would do that programmatically from the
> "external" database.

To the best of my knowledge you can't call a form in one database from
another, but then why would you want to?  I don't see any problem with
linking tables and using native forms in this type of scenario.

Keith.
Ray S. - 02 Mar 2007 12:41 GMT
OK, then I guess I have no alternative. I thought I could programmatically
open an external database and use it's objects. As it is, each database has
its own main form that does it's thing. However, they are all related in that
one database creates and transfers a table into the other two that is crucial
for their processing. I was hoping to provide one source from which to run
the processes for all three in the proper sequence.

> > linking tables will only complicate the intentional separation of the
> > databases,
[quoted text clipped - 20 lines]
>
> Keith.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.