racemadnss
Registered User.
- Local time
- Today, 14:23
- Joined
- May 18, 2004
- Messages
- 58
I have 5 listboxes on a form and I am trying to get them to refresh when they are clicked
But the macro I am using you have to specify the control Name
Is there a universal name I could use like
I cant leave the control name box blank b/c the 5 boxes are set between page breaks and when you refresh all it takes you back to the first page (Top of Form).
If I can do something like this I won't have to do 5 different macros
Thanks
But the macro I am using you have to specify the control Name
Is there a universal name I could use like
Code:
This.lisbox
I cant leave the control name box blank b/c the 5 boxes are set between page breaks and when you refresh all it takes you back to the first page (Top of Form).
If I can do something like this I won't have to do 5 different macros
Thanks