Actually, the header is a bit misleading. I need to duplicate specific data from the same table, while changing only specific data. Let me explain.
I have a directory database that I maintain (note, I can NOT change the database structure - just the data) on a SQL server. I have made an access front end to facilitate reports and queries (only tool I have available to do such). This database tracks libraries, their branches, the staff, and the branch staff which I then export (using VBA) to the layout program I use to create the directory itself.
Now, it has come up recently that some libraries in this database would like to be listed in multiple locations. Either under two categories, or in one case, a shared library that would like to be listed under two systems. Due to the limits I have on the SQL database, I cannot make a duplicate of the libraries, and wouldn't want to do this as it would possibly introduce inconsistancies down the road.
The solution would have to be either code, or another table (or perhaps both) within the access frontend. Anyone have thoughts on this? If you need table structures, I can provide those. Thanks!
I have a directory database that I maintain (note, I can NOT change the database structure - just the data) on a SQL server. I have made an access front end to facilitate reports and queries (only tool I have available to do such). This database tracks libraries, their branches, the staff, and the branch staff which I then export (using VBA) to the layout program I use to create the directory itself.
Now, it has come up recently that some libraries in this database would like to be listed in multiple locations. Either under two categories, or in one case, a shared library that would like to be listed under two systems. Due to the limits I have on the SQL database, I cannot make a duplicate of the libraries, and wouldn't want to do this as it would possibly introduce inconsistancies down the road.
The solution would have to be either code, or another table (or perhaps both) within the access frontend. Anyone have thoughts on this? If you need table structures, I can provide those. Thanks!