I have a question about linking "Front End" objects, specifically to constantly changing Back End tables. Following is a description of how I've set things up:
I export data from an application, which creates a new MDB each time. The utility to export the data automatically creates a MDB with the name and in the location that I specify, with a table called MAIN. From there, I have created a "Front End" MDB with a Queries and Reports that obtain records from the linked table MAIN in the "Back End" MDB.
My problem is this: The data that exports to this back end table is project specific (coming from project-specific AutoCAD drawings). I need a way create a new "Back End" MDB in each project directory, and at the same time have a copy of the "Front End" MDB in the same project directory, so that the link will automatically occur between both the front and back end and the records will be project specific.
Should I be using "relative paths" in my table link? Is there code that will have the Front End MDB search for the Back End MDB in the current directory?
Example: I do not want the "Front End".mdb in project #161 to get records from table MAIN in the "Back End".mdb under project #171.
Thanks
Jeremy
I export data from an application, which creates a new MDB each time. The utility to export the data automatically creates a MDB with the name and in the location that I specify, with a table called MAIN. From there, I have created a "Front End" MDB with a Queries and Reports that obtain records from the linked table MAIN in the "Back End" MDB.
My problem is this: The data that exports to this back end table is project specific (coming from project-specific AutoCAD drawings). I need a way create a new "Back End" MDB in each project directory, and at the same time have a copy of the "Front End" MDB in the same project directory, so that the link will automatically occur between both the front and back end and the records will be project specific.
Should I be using "relative paths" in my table link? Is there code that will have the Front End MDB search for the Back End MDB in the current directory?
Example: I do not want the "Front End".mdb in project #161 to get records from table MAIN in the "Back End".mdb under project #171.
Thanks
Jeremy