I have an Access 2K application that contains a number of forms that are used for data entry and editing. On all of these forms I have placed a "find record" command button that opens a modal form to do a search, and they can double-click on a record they wish to edit, and it is returned to the original form.
This all works well, but I want to give the users more flexibility on the searches (many different fields) without having to create lookup forms for every possibility. I also don't want a real busy lookup form.
Some of my forms have 20-30 fields on them -- I want to allow them to search on many different fields if they wish. However, I don't want this to create a lot of programming overhead every time they request an additional search field.
I have considered "soft-coding" so that the user can select a limited number of fields to search by. Any suggestions out there?
Thanks,
Ken Hood
This all works well, but I want to give the users more flexibility on the searches (many different fields) without having to create lookup forms for every possibility. I also don't want a real busy lookup form.
Some of my forms have 20-30 fields on them -- I want to allow them to search on many different fields if they wish. However, I don't want this to create a lot of programming overhead every time they request an additional search field.
I have considered "soft-coding" so that the user can select a limited number of fields to search by. Any suggestions out there?
Thanks,
Ken Hood