hunterfan48
Registered User.
- Local time
- Today, 11:17
- Joined
- Aug 17, 2008
- Messages
- 436
Starting from scratch...here's what I did. It is a form for picking a customer from a list in my combo box and in the subform below it, it fill filter the subform to only show those records with that first name.
1)Create a blank form in design view
2)Inserted a combo box
a) It is unbound, however the row source comes from a query where I have it show the First name of the person. (All I see from the combo box is a list of first names)
3) Then I insert a subform that shows each customer for every item they've bought.
4) In going through the wizard for the subform, I created the relationship that the ID field from my query relates to the ID field from the combo box.
However, whenever I change the name of the person in the combo box, nothing changes.
I have a feeling there's something super simple I need to do, but I can't figure it out. Please give me some direction on this...thank you so much!
Brady
1)Create a blank form in design view
2)Inserted a combo box
a) It is unbound, however the row source comes from a query where I have it show the First name of the person. (All I see from the combo box is a list of first names)
3) Then I insert a subform that shows each customer for every item they've bought.
4) In going through the wizard for the subform, I created the relationship that the ID field from my query relates to the ID field from the combo box.
However, whenever I change the name of the person in the combo box, nothing changes.
I have a feeling there's something super simple I need to do, but I can't figure it out. Please give me some direction on this...thank you so much!
Brady