expublish
Registered User.
- Local time
- Today, 11:32
- Joined
- Feb 22, 2002
- Messages
- 121
I need a form with a search facility on it. Simple, you may be thinking ... there is a complication that has thrown me. I need it to be in this format:
[Text Box] [Combo Box] [Command Button]
The text box will be where the user types in the search term they are searching for.
The combo box will list the different areas of the database they can search in. They are: Employees, Units, Jobs, Training, Sickness, Holiday, Disciplinary and Search All. Each of the above is a table with the same name (apart from Search All).
So, the user types in their search term, selects the relvant section to search in and then clicks to command button to activate the search.
How do i do this?
I am guessing I may need to make a query for the search all option. I am thinking i am likely to need a form to display the search results? Does this need to be bound to anything? do I need any other additional queries, tables, etc?
If anyone has this in a database, an example version would be great! If push comes to push I may have to omit the combo, but It would be useful.
Scott.
[Text Box] [Combo Box] [Command Button]
The text box will be where the user types in the search term they are searching for.
The combo box will list the different areas of the database they can search in. They are: Employees, Units, Jobs, Training, Sickness, Holiday, Disciplinary and Search All. Each of the above is a table with the same name (apart from Search All).
So, the user types in their search term, selects the relvant section to search in and then clicks to command button to activate the search.
How do i do this?
I am guessing I may need to make a query for the search all option. I am thinking i am likely to need a form to display the search results? Does this need to be bound to anything? do I need any other additional queries, tables, etc?
If anyone has this in a database, an example version would be great! If push comes to push I may have to omit the combo, but It would be useful.
Scott.