N
Names
Hello.
I am quite new to Access and in designing a database using Access 2000 I
have met this problem:
When entering data about certain products within a form about "Order
details", there is one step where the user selects the category of a product
from a list box (called "Category"). There are separate tables and forms
specific to each category and all of them use the "Product ID" field as the
primary key (I have one table with details specific to category1 and a
separate table for details about the products classified under category2
etc). Below the Category listbox is a box where I would like all the Product
IDs of the products in the category chosen to appear once the user selects
the category.
So it's: Choose category -> IDs of all the products in that category appear
in the listbox below -> Choose ID of product
1) I'm not sure how to do this.
I would like the Product ID selected (in the last step mentioned above) to
be stored in the "Order details" table. 2) How might this be done?
3) Supposing the user finds that the product being entered is new (i.e. is
not on the list of products already added to the category table, does not
have an ID yet). I have tried getting a macro to open the relevant form
(according to the selected category). After the product details are keyed
into that form and the Product ID is assigned, will this new product show up
in Product ID field on the "Order details" form so that the user can select
it?
Thanks in advance!
I am quite new to Access and in designing a database using Access 2000 I
have met this problem:
When entering data about certain products within a form about "Order
details", there is one step where the user selects the category of a product
from a list box (called "Category"). There are separate tables and forms
specific to each category and all of them use the "Product ID" field as the
primary key (I have one table with details specific to category1 and a
separate table for details about the products classified under category2
etc). Below the Category listbox is a box where I would like all the Product
IDs of the products in the category chosen to appear once the user selects
the category.
So it's: Choose category -> IDs of all the products in that category appear
in the listbox below -> Choose ID of product
1) I'm not sure how to do this.
I would like the Product ID selected (in the last step mentioned above) to
be stored in the "Order details" table. 2) How might this be done?
3) Supposing the user finds that the product being entered is new (i.e. is
not on the list of products already added to the category table, does not
have an ID yet). I have tried getting a macro to open the relevant form
(according to the selected category). After the product details are keyed
into that form and the Product ID is assigned, will this new product show up
in Product ID field on the "Order details" form so that the user can select
it?
Thanks in advance!