I have a query as my form data source. It uses a control from another form as criteria. I want to now make a new control that identifies which control is selected.
I found this: Me.ActiveControl.Name but I don't know how to use it in a query. Can I set a new control to display this and then use that in my query?
Example: User selected Child A - I want to show that client data
#2 User selects Parent 4 - I want to show data on Parent. This should all show up in one form using the same fields.
Start Free Trial