Zydeceltico
Registered User.
- Local time
- Today, 00:11
- Joined
- Dec 5, 2017
- Messages
- 843
Hi All!
On a single form I have cboJob that the user makes a selection from.
When a selection is made txtFinalProduct_FK is auto-populated with a numeric ID.
I have a second cbo that is based on a query that should take the numeric ID from txtFinalProduct as criteria.
How do I do that?
I'm guessing something happens with the After Update event of txtFinalProduct but I am struggling trying to figure out how to pass the value to the query underlying the second cbo (cboComponents).
Is this an instance of using VBA to run SQL on the After Update of txtFinalProduct?
Guidance is appreciated.
Thanks,
Tim
On a single form I have cboJob that the user makes a selection from.
When a selection is made txtFinalProduct_FK is auto-populated with a numeric ID.
I have a second cbo that is based on a query that should take the numeric ID from txtFinalProduct as criteria.
How do I do that?
I'm guessing something happens with the After Update event of txtFinalProduct but I am struggling trying to figure out how to pass the value to the query underlying the second cbo (cboComponents).
Is this an instance of using VBA to run SQL on the After Update of txtFinalProduct?
Guidance is appreciated.
Thanks,
Tim