send data from one database to another (1 Viewer)

bbwolff

Registered User.
Local time
Today, 10:31
Joined
Oct 1, 2013
Messages
116
i have two databases, both have mysql backened and access frontend.
In first database, I'd like to access the second database, check if that person has an entry in the second database and then fetch that data into the first database. To make it easier, data come from different tables (though I'd probably access only one entry in each table)

Not sure where to start, the only idea I have is to link tables from both databases into the frontend ad then it's kinda easy (would have to rename the tables).
 

GinaWhipp

AWF VIP
Local time
Today, 04:31
Joined
Jun 21, 2011
Messages
5,899
Sounds to me like you have two identical databses and the bigger question would be why? But... to answer your question, just do the linking, it's quick, easy and solves the problem.
 

Users who are viewing this thread

Top Bottom