BroncoMarc
Registered User.
- Local time
- Today, 19:53
- Joined
- Apr 4, 2002
- Messages
- 43
I have a form based on a query that changes based on combo boxes on the form.
When I changed the selection in the combo box the data in the rest of the form wasn't changing based on the query. I tried putting me.refresh and me.requery in the After Update event of the combo box.
I thought my query was wrong until I tried running the query by itself (with the form open and a selection in the combo box). The query works fine.
I have a box on the form that shows a count of the records that match the current combo box selection. That works... but even if it says 3 records match, I can still see all 2500 records in the form.
I tried copying everything from the form except the combo boxes to a sub form and that works. It updates just like it's supposed to. But, I don't want to mess with a sub form.. I want the main form to work.
Any idea what's going on?
Thanks,
- Marc
When I changed the selection in the combo box the data in the rest of the form wasn't changing based on the query. I tried putting me.refresh and me.requery in the After Update event of the combo box.
I thought my query was wrong until I tried running the query by itself (with the form open and a selection in the combo box). The query works fine.
I have a box on the form that shows a count of the records that match the current combo box selection. That works... but even if it says 3 records match, I can still see all 2500 records in the form.
I tried copying everything from the form except the combo boxes to a sub form and that works. It updates just like it's supposed to. But, I don't want to mess with a sub form.. I want the main form to work.
Any idea what's going on?
Thanks,
- Marc