GooberFish
New member
- Local time
- Today, 09:25
- Joined
- Apr 12, 2009
- Messages
- 5
I have been working on a design composed of a single dashboard that links out to multiple databases. The databases are unrelated to each other.
When a user selects a category from the dashboard, the user is taken to the database that contains records for that category. Upon making a selection, the dashboard minimizes.
I used VBA coding to make this go. I would like for the selected database to open in the same session as the dashboard; at present, Access opens a new session each time the user selects a database to view. The result is a little clunky.
I would appreciate ideas or code that will give us the same-session functionality that I described above.
Thank you!
Q.
When a user selects a category from the dashboard, the user is taken to the database that contains records for that category. Upon making a selection, the dashboard minimizes.
I used VBA coding to make this go. I would like for the selected database to open in the same session as the dashboard; at present, Access opens a new session each time the user selects a database to view. The result is a little clunky.
I would appreciate ideas or code that will give us the same-session functionality that I described above.
Thank you!
Q.