CarlRostron
Registered User.
- Local time
- Today, 16:33
- Joined
- Nov 14, 2011
- Messages
- 88
I have a Main form (Home), and on it is a subform (Home_subform).
Home_subform has at its record source some query results I made through the Query Wizard. I want Home_subform to change its record source to another Query which I have again designed with the Query Wizard. I want to do this in vba code.
How in vba code can I change the record source of the subform please and get it to refresh in the Main form (Home).
Thanks
Home_subform has at its record source some query results I made through the Query Wizard. I want Home_subform to change its record source to another Query which I have again designed with the Query Wizard. I want to do this in vba code.
How in vba code can I change the record source of the subform please and get it to refresh in the Main form (Home).
Thanks