B
bhammer
A2003
First Table called:
---------------------------
TBLPRODUCTS
ProductID
Description
Property1YN
Property2YN
Property3YN
etc. . .
-------------------------
Second Table called:
---------------------------
TBLPROPERTIES
PropID
PropertyDescription
---------------------------
This is a single user db. I want the user to be able to build the
Properties table as they wish (for example, green, blue, red) and
then, from a datasheet form based on the Products table, check the Y/N
box where that Product has those Properties, or not.
What do I link? How do I get the Property to show as a column header,
when it may change?
Brad.
First Table called:
---------------------------
TBLPRODUCTS
ProductID
Description
Property1YN
Property2YN
Property3YN
etc. . .
-------------------------
Second Table called:
---------------------------
TBLPROPERTIES
PropID
PropertyDescription
---------------------------
This is a single user db. I want the user to be able to build the
Properties table as they wish (for example, green, blue, red) and
then, from a datasheet form based on the Products table, check the Y/N
box where that Product has those Properties, or not.
What do I link? How do I get the Property to show as a column header,
when it may change?
Brad.