Durug,
Sorry I forgot to ask this earlier. Would I add a LIKE to the query as follows:
Original:
sqlQ = sqlQ & " WHERE Employee.last_name = '" & Request("txtlast_name"
& "'"
Change to:
sqlQ = sqlQ & " WHERE Employee.last_name = LIKE "*" & '" & Request("txtlast_name"
& "'"
CDWD
Sorry I forgot to ask this earlier. Would I add a LIKE to the query as follows:
Original:
sqlQ = sqlQ & " WHERE Employee.last_name = '" & Request("txtlast_name"
Change to:
sqlQ = sqlQ & " WHERE Employee.last_name = LIKE "*" & '" & Request("txtlast_name"
CDWD