Search in more Colums

Fox

Active Member
Licensed User
Longtime User
How can i search in more colums

for example:

Cursor = ST.ExecQuery("Select * FROM Database WHERE Searchword1 OR Searchword2 >'" & Searchbox.Text & "'")

is or the right word for search in more database colums?

or must i use an &
 
Top