S
seth
i'm learning more about queries and understand how to use text as part of a
phrase using * and how to use like operator and using [ ] to prompt for
input. is there anyway to combine it?
what i wanted to attempt is to prompt for input, and use like operator to
find whatever what put in in that field.
for example, if i have a date/time field (unfortunately both are in the same
field) i want to prompt for the date, but query everything that it contains.
so if the field is 5/5/2005 12:00:00 i want to be able to just type 5/5/2005
when running the query and show all records that contain that text, no
matter what time follows it.
is this possible?
or is there a way to get around it?
tia
phrase using * and how to use like operator and using [ ] to prompt for
input. is there anyway to combine it?
what i wanted to attempt is to prompt for input, and use like operator to
find whatever what put in in that field.
for example, if i have a date/time field (unfortunately both are in the same
field) i want to prompt for the date, but query everything that it contains.
so if the field is 5/5/2005 12:00:00 i want to be able to just type 5/5/2005
when running the query and show all records that contain that text, no
matter what time follows it.
is this possible?
or is there a way to get around it?
tia