V
vanessa
I would like to use the like operator in the following
sql statement:
strsql = strsql + "WHERE fldfrom = " & Chr$(34) & Me!
txtfind & Chr$(34)
You see right now users have to fill in the exact string
value for the field fldfrom to find a matching record.
How can this be done?
Thanks.
sql statement:
strsql = strsql + "WHERE fldfrom = " & Chr$(34) & Me!
txtfind & Chr$(34)
You see right now users have to fill in the exact string
value for the field fldfrom to find a matching record.
How can this be done?
Thanks.