I have 3 tables.
Table 'Items' holds an entry to every item and then a table for each type of item that holds more specific data. I want to create a form that lets you browse ALL the items which means that it needs to be able to get and display the data from the 2 other tables which have different data, can anyone help me figure out how to do this? The two ways I would like to do it are as follows:
1. A subform on the main form and depending on what row is being shown, change the subform to the appropriate table type.
2. Show/Hide another form becides the 'Items Form' when a specific row is being shown. So If i goto item "01002AB" it will popup the form to display its data.
Table 'Items' holds an entry to every item and then a table for each type of item that holds more specific data. I want to create a form that lets you browse ALL the items which means that it needs to be able to get and display the data from the 2 other tables which have different data, can anyone help me figure out how to do this? The two ways I would like to do it are as follows:
1. A subform on the main form and depending on what row is being shown, change the subform to the appropriate table type.
2. Show/Hide another form becides the 'Items Form' when a specific row is being shown. So If i goto item "01002AB" it will popup the form to display its data.