andrewf10
Registered User.
- Local time
- Today, 18:10
- Joined
- Mar 2, 2003
- Messages
- 114
I have a pop-up search form (frmSearch) which works without a problem.
Behind this I have an Unload macro which populates the underlying main form (say frmForm1) but because I want to use this method and pop-up form on many other underlying forms, I've had to create a search form and unload macro for each because the macro is formname specific. (if you know what I mean!)
Is there any way I can just use the 1 search form to unload onto any underlying form, regardless of its name?
Any help greatly appreciated...
Behind this I have an Unload macro which populates the underlying main form (say frmForm1) but because I want to use this method and pop-up form on many other underlying forms, I've had to create a search form and unload macro for each because the macro is formname specific. (if you know what I mean!)
Is there any way I can just use the 1 search form to unload onto any underlying form, regardless of its name?
Any help greatly appreciated...