psycoperl
Active Member
- Joined
- Oct 23, 2007
- Messages
- 339
- Office Version
- 365
- 2016
- Platform
- Windows
- MacOS
- Web
I have been tasked with implementing a method of creating a databases and a front end for them.
What we need to have happen is:
For each term we need to have a new backend database (this is not optional it is part of the requirements from up on high)
We want to have a standard frontend that can access all the backends. What I would like is when the front end is opened, the users are presented with a choice of terms to work on.
My plan would be to have three standard access files
TERMXXX.BE.accdb - Which would be kept in a folder with all the other data for the term where XXX = Term Code
DBCATABLOG.accdb - Which would be kept in a standard folder and contain the locations of all the TERM databases
SYSTEMFE.accdb (.accdr) - Which would be our front end.
Is there a way to via VBA or Macro to on the choice of the term to have all the linked tables updated to view the appropriate data?
What we need to have happen is:
For each term we need to have a new backend database (this is not optional it is part of the requirements from up on high)
We want to have a standard frontend that can access all the backends. What I would like is when the front end is opened, the users are presented with a choice of terms to work on.
My plan would be to have three standard access files
TERMXXX.BE.accdb - Which would be kept in a folder with all the other data for the term where XXX = Term Code
DBCATABLOG.accdb - Which would be kept in a standard folder and contain the locations of all the TERM databases
SYSTEMFE.accdb (.accdr) - Which would be our front end.
Is there a way to via VBA or Macro to on the choice of the term to have all the linked tables updated to view the appropriate data?