Alright, I'll try to explain this since I don't have a DB to upload as an example.
I'm trying to implement a new DB that allows the user at the front end to use a drop down control to select which back end Data.mdb file they wish to use. This is brought about as we have two seperate locations that have different data (sales records).
My idea so far is to simply bring each DB from each location and rename them specific to their location, then in a front end create the linked tables, therefore being able to access both data files at the same time, although my capabilities limit me to making two seperate forms, 1 for each table.
Is there anyway for me to have a form that is capable of switching between which table it populates it's text boxes with?
For ex "Combo1 has a list of Table1 and Table2" from the seperate mdbs. The Form contains unbound text boxes that display the fields SaleDate, SaleTotal, SaleID. When I switch from Table1 and Table2 I would like the information to change with respect to which table I have chosen.
If Im making a mess of this I apologize, I just hope this isn't something rediculously complicated.
I'm trying to implement a new DB that allows the user at the front end to use a drop down control to select which back end Data.mdb file they wish to use. This is brought about as we have two seperate locations that have different data (sales records).
My idea so far is to simply bring each DB from each location and rename them specific to their location, then in a front end create the linked tables, therefore being able to access both data files at the same time, although my capabilities limit me to making two seperate forms, 1 for each table.
Is there anyway for me to have a form that is capable of switching between which table it populates it's text boxes with?
For ex "Combo1 has a list of Table1 and Table2" from the seperate mdbs. The Form contains unbound text boxes that display the fields SaleDate, SaleTotal, SaleID. When I switch from Table1 and Table2 I would like the information to change with respect to which table I have chosen.
If Im making a mess of this I apologize, I just hope this isn't something rediculously complicated.