TCARPENTER
Programmer
I have a database consisting of 4 tables:
[ul]
[li]Locations[/li]
[li]SpecialTools[/li]
[li]CommonTools[/li]
[li]Miscellaneous[/li]
[/ul]
Each table has a corresponding detail table which joins say Special Tools with the Locations table. Now the boss wants to add an operations table. Here's the rub: Not only are operations tied to locations; special tools, common tools and miscellaneous items are tied to Locations and Operations, the tougher part is they don't always know which one will go where, so they need the flexiblity to add items to locations and/or operations, and they want to be able to move any/all special tools, common tools, and miscellaneous items based on their operation to a new location.
Is this as simple as adding the Operations table, OperationsDetail table, and then an operations_recnum field to each detail table? My forms currently are based on locations, will I now need two sets of forms?
Any advice is greatly appreciated.
Thanks
Todd
[ul]
[li]Locations[/li]
[li]SpecialTools[/li]
[li]CommonTools[/li]
[li]Miscellaneous[/li]
[/ul]
Each table has a corresponding detail table which joins say Special Tools with the Locations table. Now the boss wants to add an operations table. Here's the rub: Not only are operations tied to locations; special tools, common tools and miscellaneous items are tied to Locations and Operations, the tougher part is they don't always know which one will go where, so they need the flexiblity to add items to locations and/or operations, and they want to be able to move any/all special tools, common tools, and miscellaneous items based on their operation to a new location.
Is this as simple as adding the Operations table, OperationsDetail table, and then an operations_recnum field to each detail table? My forms currently are based on locations, will I now need two sets of forms?
Any advice is greatly appreciated.
Thanks
Todd