P
postman
From a textbox on a form that is the "criteria" field for the query, I want
to be able to find records with names starting with the letter : Like"xyz*"
from a textbox on a form so the query will return a *bunch* of records that
match that user input. this maybe 2 letters or even 5 letters from the
title.
There is the sub-datasheet of the query on the form, which does not list
anything ATM.
This is what I have so far:
[forms]![Frm_FindTitle_ GAMES]![Input01] which is the input box on the form.
When I combine the Like"xyz*" with above statement it does not function.
Thanks in advance.
to be able to find records with names starting with the letter : Like"xyz*"
from a textbox on a form so the query will return a *bunch* of records that
match that user input. this maybe 2 letters or even 5 letters from the
title.
There is the sub-datasheet of the query on the form, which does not list
anything ATM.
This is what I have so far:
[forms]![Frm_FindTitle_ GAMES]![Input01] which is the input box on the form.
When I combine the Like"xyz*" with above statement it does not function.
Thanks in advance.