Greetings all,
I have Queries galore... and they all work except one of them. The last one that I made just doesn't seem to want to work correctly no matter if I build it from scratch or copy, paste & edit it from an existing working Query.
Here is the scenario:
The Query is built using the proper table. In this instance table name = Bolt-Gun_Parts.
So my Form that uses a search function, like all of my other ones, calls the Bolt-Parts_SearchQ (Query).
My search criteria in the Query is as follows:
Code:
Like "*" & [Forms]![Bolt-Parts_SearchF]![Description] & "*"
Bolt-Parts_SearchF is the form used to do the search.
However, when I'm typing in the criteria in the Query for the search features, it doesn't want to pull information from the table accordingly. For instance, when you start typing the line above Like "*" & [Forms]![Bolt-Parts_SearchF]![Description]....
When you get to the [Forms] portion of the line, Access will pop up it's friendly little widow with the list of options to choose, as per normal.
Same thing when you get to the portion with [Bolt-Parts... the pop up list appears. However when I get to the [Description] portion, nothing happens. No popup and the Query is basically broken at this point.
I'm obviously missing something simple somewhere, but everything appears to be setup accordingly, even when I do a side-by-side comparison with my others that all work just fine.
Any assistance would be greatly appreciated.
Thanks.