hi,
main table is equipment which lists every piece of inventory
from this there are linked tables to user/location/type etc...
I need to store detailed info about each piece of equipment.
For example if the type is a PC a subform would show fields for processor/HDD/memory...
if type is printer the subform would show copycount/lastservice etc...
this info is surely related to the equip_type table
and not the main table?
How do I link equip_type to table that shows fields for individual equip_types?
Making tables for each equip_type is surely not the best option?
any comments would be great for this simple prob?
need more info let me know
Regards Mark
main table is equipment which lists every piece of inventory
from this there are linked tables to user/location/type etc...
I need to store detailed info about each piece of equipment.
For example if the type is a PC a subform would show fields for processor/HDD/memory...
if type is printer the subform would show copycount/lastservice etc...
this info is surely related to the equip_type table
and not the main table?
How do I link equip_type to table that shows fields for individual equip_types?
Making tables for each equip_type is surely not the best option?
any comments would be great for this simple prob?
need more info let me know
Regards Mark