craigprice
Registered User.
- Local time
- Today, 22:19
- Joined
- Apr 8, 2013
- Messages
- 44
I'm looking for a search function that will allow someone to search from a main form which contains 3 subforms that all are of combo boxes with different parts of information from a query.
For Example:
Main_FORM
Service_SUBFORM
Callout_SUBFORM
Contacts_SUBFORM
I want to have a textbox on Main_FORM that when the "search" is entered in here it will search on all three of the subform combo boxes, acting as a filter, I have tried to do this with this; http://www.access-programmers.co.uk/forums/showthread.php?t=188663 but I seem to be struggling in getting it to work correctly.
Is anyone able to point me in the right direction for doing this?
The reason I need different columns of the query in different subforms is that when you click a particular row it goes to a URL related to the column that is clicked.
Thanks in advance.
For Example:
Main_FORM
Service_SUBFORM
Callout_SUBFORM
Contacts_SUBFORM
I want to have a textbox on Main_FORM that when the "search" is entered in here it will search on all three of the subform combo boxes, acting as a filter, I have tried to do this with this; http://www.access-programmers.co.uk/forums/showthread.php?t=188663 but I seem to be struggling in getting it to work correctly.
Is anyone able to point me in the right direction for doing this?
The reason I need different columns of the query in different subforms is that when you click a particular row it goes to a URL related to the column that is clicked.
Thanks in advance.