A
alison.justice
I already understand the relationships between different tables, I guess I
needed to put more detail in my question.
Here it goes:
I have a table called Builders which has the following fields
BuilderID
BuilderName
I have a table named Vendor Products which has the following fields:
BuilderID
CategoryID
CategoryDetailDescription
Color
I have a table called Customers which links the Builder to the customer
based off of the Builder ID, the customer table has the following fields:
CustomerID
BuilderID
Customer Last Name
Customer First Name
Address
City
Zip
Plan
Now what I am wanting to do is the Customer table is a table that is going
to be an input form. Basically after a customer selects the colors, I would
like to have a drop down box that will list all of the colors for a specific
category and when the color is selected it fill in all of the information
into other fields on the form that is related to the color.
I apologize for not being clearer in original posting, I've done this
before, but for some reason my mind has gone blank and I forgot what the code
is to do this.
Thank you
needed to put more detail in my question.
Here it goes:
I have a table called Builders which has the following fields
BuilderID
BuilderName
I have a table named Vendor Products which has the following fields:
BuilderID
CategoryID
CategoryDetailDescription
Color
I have a table called Customers which links the Builder to the customer
based off of the Builder ID, the customer table has the following fields:
CustomerID
BuilderID
Customer Last Name
Customer First Name
Address
City
Zip
Plan
Now what I am wanting to do is the Customer table is a table that is going
to be an input form. Basically after a customer selects the colors, I would
like to have a drop down box that will list all of the colors for a specific
category and when the color is selected it fill in all of the information
into other fields on the form that is related to the color.
I apologize for not being clearer in original posting, I've done this
before, but for some reason my mind has gone blank and I forgot what the code
is to do this.
Thank you