S
Spidey3721
I have a form used for entering in different material selections for many
different condo units, which includes a combobox, [Light Fixture Combo] that
I want to use to record which light fixture goes into each unit (record)
I want the combobox to display the actual description of the fixture (from
the Light Fixtures table), but I want it to actually enter in the
appropriate FixtureID into the Owner Selection table - I do NOT want the
user to need to know, or even see the FixtureID's...
tbl Light Fixtures
FixtureID (Primary Key)
Fixture Name
Fixture Description
etc....
end tbl
tbl Owner Selections
UnitID (foreign key to 'Project info' table
FxitureID (foreign key to
LightCost
different condo units, which includes a combobox, [Light Fixture Combo] that
I want to use to record which light fixture goes into each unit (record)
I want the combobox to display the actual description of the fixture (from
the Light Fixtures table), but I want it to actually enter in the
appropriate FixtureID into the Owner Selection table - I do NOT want the
user to need to know, or even see the FixtureID's...
tbl Light Fixtures
FixtureID (Primary Key)
Fixture Name
Fixture Description
etc....
end tbl
tbl Owner Selections
UnitID (foreign key to 'Project info' table
FxitureID (foreign key to
LightCost