CrazyCanuck
Registered User.
- Local time
- Today, 08:38
- Joined
- Sep 23, 2003
- Messages
- 10
I'm doing an sql query on a Access Query.
I have no problem searching each record individually.
SELECT * from QrySearchall where QrySearchAll.Topic1 like "*hello*"
How can I make a full search where instead of Topic1 it searches for a match from every field?
I have no problem searching each record individually.
SELECT * from QrySearchall where QrySearchAll.Topic1 like "*hello*"
How can I make a full search where instead of Topic1 it searches for a match from every field?