W
Wayne
I want to use drop down selections to quickly enter some
info, and I want to have the first field determine what
choices I can make in the second, and so on.
I have three fields specifically that I would like to
use. Manufacturer, Device_Type, and Model. I have a
spreadsheet with 103 Manufacturers, 17 Device types, and
lots of model numbers. I would like to dump this into a
database and use this to enter specifc information that
pertains to my location. I have a table that contains the
manufacturers only(tblMfr), and one that contains the
device types only(tblDvcTyp), and 1 called tblMstr which
has the following fields; Manufacturer, Device_Type, Model
and ID. I don't know what relationships to establish
between these tables and the one that I want to use to
enter further information (serial numbers, rooms etc), or
how to get the info from the first collumn to narrow down
the selections for the next.
Any ideas?
Thanks!
info, and I want to have the first field determine what
choices I can make in the second, and so on.
I have three fields specifically that I would like to
use. Manufacturer, Device_Type, and Model. I have a
spreadsheet with 103 Manufacturers, 17 Device types, and
lots of model numbers. I would like to dump this into a
database and use this to enter specifc information that
pertains to my location. I have a table that contains the
manufacturers only(tblMfr), and one that contains the
device types only(tblDvcTyp), and 1 called tblMstr which
has the following fields; Manufacturer, Device_Type, Model
and ID. I don't know what relationships to establish
between these tables and the one that I want to use to
enter further information (serial numbers, rooms etc), or
how to get the info from the first collumn to narrow down
the selections for the next.
Any ideas?
Thanks!