1. Have a table and want to search a field using a wildcard. No problem, *auto* will produce the desired results.
2. But I need to have the user run the query from a form where he/she would have a control into which they would type AUTO and the query would reference the forms![Form1]![Search] and return all records with AUTO in that field.
3. If I type in the *auto* in the query it works fine.
4. If I use a parameter query in which I use *[enter value]*, it does not open a dialog box to to fill in the parameter, it just returns no records. I used this to test a wildcard parameter and it doesn't work.
5. So if somehow I can get a wildcard parameter query to work, I can ref the form for the value.
Any and all help would be appericated.
Thanks.
Richard in Tulsa
2. But I need to have the user run the query from a form where he/she would have a control into which they would type AUTO and the query would reference the forms![Form1]![Search] and return all records with AUTO in that field.
3. If I type in the *auto* in the query it works fine.
4. If I use a parameter query in which I use *[enter value]*, it does not open a dialog box to to fill in the parameter, it just returns no records. I used this to test a wildcard parameter and it doesn't work.
5. So if somehow I can get a wildcard parameter query to work, I can ref the form for the value.
Any and all help would be appericated.
Thanks.
Richard in Tulsa