Hello,
I've scoured the forum and think I've found a way to do this but I figured I'd post first to make sure.
What I've got a short form that basically provides the criteria for a query behind a report. The form allows a user to select sales records between dates from a single Vendor, department and category and a bit of text for the item short name.
My query was built in Access and my question involves the usage of the "-" key in a search field. Everyone who has used a modern search knows they can use the minus key to exclude works from the search query.
Is there a simple way to do this?
The solution I've found thus far involves writing a large amount of VB that would basically build a sql string based on conditions set forth in the form, then gets into using recordsources. Is this the way to go or does Access have some nifty built in function I'm overlooking ?
I've scoured the forum and think I've found a way to do this but I figured I'd post first to make sure.
What I've got a short form that basically provides the criteria for a query behind a report. The form allows a user to select sales records between dates from a single Vendor, department and category and a bit of text for the item short name.
My query was built in Access and my question involves the usage of the "-" key in a search field. Everyone who has used a modern search knows they can use the minus key to exclude works from the search query.
Is there a simple way to do this?
The solution I've found thus far involves writing a large amount of VB that would basically build a sql string based on conditions set forth in the form, then gets into using recordsources. Is this the way to go or does Access have some nifty built in function I'm overlooking ?