It does not like this piece of code

eme126

Registered User.
Local time
Today, 11:31
Joined
Jun 2, 2006
Messages
45
:confused: For some reason it does not like the percent sign:

oSQL = "SELECT*"
FROM TableInfo
WHERE Caption Like "' & strTarget & "%'"

oResults = oSQL.Execute

Any ideas...
 
eme126 said:
:confused: For some reason it does not like the percent sign:

oSQL = "SELECT*"
FROM TableInfo
WHERE Caption Like "' & strTarget & "%'"

oResults = oSQL.Execute

Any ideas...

Try * instead.
 

Users who are viewing this thread

Back
Top Bottom