Data Access Page- vb script

R

ricster

Ok, I"ve solve part of my problem.... I'm able to search my data access page
using the code from
http://office.microsoft.com/en-us/assistance/HA010345491033.aspx

I can search a number field (long integer) in my database..for example the
ID number. But I can't figure out how to search
a text field (e.g. last name) using this code.

The url above gives the example:
"CustomerID = '" & CStr(InputBox("Please enter customer to find", "Find")) &
"'"
to be able to search a string.
How do I modify this to get my desire results?

Please help.
 
Top