latex88
Registered User.
- Local time
- Today, 17:40
- Joined
- Jul 10, 2003
- Messages
- 198
I'm not sure which method to use, but requery does not seem to work. I basically have a main form with many subforms. One of the events in a subform (call this subform1) makes another subform (subform2) visible. The first time when the main form is open and the event is triggered from subform1, subform2 displays the objects (command buttons) fine, but subsequent triggers is not affecting subform2.
Note: subform2 is a form with command buttons that is populated based on results from a query using recordset with VBA, so the form itself is not necessarily bound to a table or a query. Perhaps this is the reason "requery" does not work? Shall I use another method?
Note: subform2 is a form with command buttons that is populated based on results from a query using recordset with VBA, so the form itself is not necessarily bound to a table or a query. Perhaps this is the reason "requery" does not work? Shall I use another method?