rikklaney1
Registered User.
- Local time
- Yesterday, 23:19
- Joined
- Nov 20, 2014
- Messages
- 157
I'm curious, if I have a subform with a listbox that looks up a value. So in the listbox the criteria for that field is [mainform]![subform]![control]. But what is the best way to make that subform usable on another form? It's easy enough to just make a copy of the subform and set the listbox criteria to [mainform2]![subform2]![control] but is that really the best way? Any thoughts?