P
PVANS
Good morning,
I really hope someone can help me with this, I am very new to Access
I have a form a "Trade" form where the user using the database selects a
client using a combo box (cboClient) [the available clients are populated in
a table called tbl_Client],
The next thing the user needs to is select a product using a combo box ,
however only certain products are available to certain clients (based on the
table: tblCommission), therefore, I am trying to limit the visible options in
the products combo box to just such products.
I know that I need to therefore use some code in the afterupdate event of
the cboClient, but have so far been unable to find any method of doing so.
Please help, I would really be very grateful.
Further info that could be needed:
Client Field title: Client_Surname (is the primary key in tbl_Clients; is
also of course in the tblCommission)
Product Field title: Product_Code
Thank you in advance, if you need any further info from me in order to
assist, please ask and I will reply ASAP
I really hope someone can help me with this, I am very new to Access
I have a form a "Trade" form where the user using the database selects a
client using a combo box (cboClient) [the available clients are populated in
a table called tbl_Client],
The next thing the user needs to is select a product using a combo box ,
however only certain products are available to certain clients (based on the
table: tblCommission), therefore, I am trying to limit the visible options in
the products combo box to just such products.
I know that I need to therefore use some code in the afterupdate event of
the cboClient, but have so far been unable to find any method of doing so.
Please help, I would really be very grateful.
Further info that could be needed:
Client Field title: Client_Surname (is the primary key in tbl_Clients; is
also of course in the tblCommission)
Product Field title: Product_Code
Thank you in advance, if you need any further info from me in order to
assist, please ask and I will reply ASAP