cjfmagnusson
user®
- Local time
- Today, 21:17
- Joined
- Aug 22, 2007
- Messages
- 8
Edit : Jokersigns=wildcards
Hello!
First of all I want to beg you pardon for my English, I hope you will understand me .
I have a question about how to search in Access widthout Access's own tool. I have a database width hundreds of booktitles. And I want to search from them width jokers. But how to? I have managed to do a parameterquery like this:
SELECT *
FROM Query1
WHERE ([Query1]![Title]) LIKE ("*" & [What do you want to search] & "*");
But i want the query to referer to a field in the form. Like this:
SELECT *
FROM Query1
WHERE ([Query1]![Title]) LIKE ("*" & [Forms]![Form1]![Textbox1] & "*");
But it doesn't works. Please help me!
/cjfmagnusson
Hello!
First of all I want to beg you pardon for my English, I hope you will understand me .
I have a question about how to search in Access widthout Access's own tool. I have a database width hundreds of booktitles. And I want to search from them width jokers. But how to? I have managed to do a parameterquery like this:
SELECT *
FROM Query1
WHERE ([Query1]![Title]) LIKE ("*" & [What do you want to search] & "*");
But i want the query to referer to a field in the form. Like this:
SELECT *
FROM Query1
WHERE ([Query1]![Title]) LIKE ("*" & [Forms]![Form1]![Textbox1] & "*");
But it doesn't works. Please help me!
/cjfmagnusson
Last edited: