
Using DGGrid with two databases (access, *.mdb)
Hi
I want to use DBGrid with two database's (MS access).
Database1
- Name
- Number
Database2
- monday
- ..
- Sunday
What I want the users to see in the DBGrid is:
Name Number Monday .. Sunday
xxx xxx xxx .. xxx
How to get the DBGrid to get the records from both database's and put
place them like this?
And how to save the changes in the right database?
Thank You
Anders Fromyr