I am trying to compare a string value from form input with the a string in the database. However the sql Like does not seem to work. I have tried and tried but can't seem to create a match.
Following is some of my code.
Journal = Request.Form("journal"
findpub = "Select * " &_
"From Publication " &_
"Where 'Publication.Journal' Like '&JournalIn&%'"
Am I doing it correctly or is there a better way for this to work?
Thanx for any suggestions.
[sig][/sig]
Following is some of my code.
Journal = Request.Form("journal"
findpub = "Select * " &_
"From Publication " &_
"Where 'Publication.Journal' Like '&JournalIn&%'"
Am I doing it correctly or is there a better way for this to work?
Thanx for any suggestions.
[sig][/sig]