B
Bill
I am trying to decide the best way to design a DB that tracks inventory of
Electronic Equipment.
Where I am struggling is that the various types of equipment each need
different details fields.
basic example: Item Telephone would have details of Color, Cordless y/n,
Answer y/n
Item TV would have screen size, Display type etc
A single details table whould have lots of unused fields for each Item
type - but it could be done.
A details table for each Item type makes the most sense but I am not sure
how to display the one I need using forms
eg I open a "New Item" form, and select TV from my Itemtype combobox -
what should happen next to display TV detail fields ONLY
reset the recordsource in VB to pull in TV detail data and then somehow
rename the form fields?
just open up another form -may look messy
Subform?
pehaps use a tabbed form with a hidden tab for each item type and hide all
except that selected?
something else?
My aplogies if this has been covered before but such concepts are really
hard to Google!
Thanks
Bill
Electronic Equipment.
Where I am struggling is that the various types of equipment each need
different details fields.
basic example: Item Telephone would have details of Color, Cordless y/n,
Answer y/n
Item TV would have screen size, Display type etc
A single details table whould have lots of unused fields for each Item
type - but it could be done.
A details table for each Item type makes the most sense but I am not sure
how to display the one I need using forms
eg I open a "New Item" form, and select TV from my Itemtype combobox -
what should happen next to display TV detail fields ONLY
reset the recordsource in VB to pull in TV detail data and then somehow
rename the form fields?
just open up another form -may look messy
Subform?
pehaps use a tabbed form with a hidden tab for each item type and hide all
except that selected?
something else?
My aplogies if this has been covered before but such concepts are really
hard to Google!
Thanks
Bill