Cascading combo boxes for subform

crislim1113

New member
Local time
Today, 11:41
Joined
Jan 27, 2021
Messages
19
Hi, I would like to ask for assistance or any youtube link I can view..
In my project example. if I select the customer, BIG it will only show the BIG Products(Encircled in the picture)
1611903039325.png

How can I do this?

Regards,
Cris
 
Hmm, not sure I understand the question. What do you want it to show? Or are you saying you only want to see what Products that Customer has bought before?
 
Hmm, not sure I understand the question. What do you want it to show? Or are you saying you only want to see what Products that Customer has bought before?
Hi, this is the tableof products which each product belongs to a customer(CustomerID)
1611909298950.png

Example: BIG is customerID 2. in my subform when I input their order, it will only show their product.
 
The table with Products should not have the Customer ID. You should have a table tblCustomerProducts which will serve as a junction table between the two. tblProducts and tblCustomers.
 
The table with Products should not have the Customer ID. You should have a table tblCustomerProducts which will serve as a junction table between the two. tblProducts and tblCustomers.
ooooh i see . Thank you will try it
 

Users who are viewing this thread

Back
Top Bottom