G
Guest
If this question has been asked before please accept my apoligy. anyway on
the form is an unbound text box - txtTowtag and a list box the text box
allows the user to enter an value and is the passed via the afterupdate event
to a public function - Tagnum() which is placed in the criteria of the query
that populates the list box.
All works great however the user must type the exact value in the text box
for this to work. How can I fix it so wild cards could be used ie.. * 95
would then return all of the records that start with 95. Thanks as allways
for all of your help.
Cliff
the form is an unbound text box - txtTowtag and a list box the text box
allows the user to enter an value and is the passed via the afterupdate event
to a public function - Tagnum() which is placed in the criteria of the query
that populates the list box.
All works great however the user must type the exact value in the text box
for this to work. How can I fix it so wild cards could be used ie.. * 95
would then return all of the records that start with 95. Thanks as allways
for all of your help.
Cliff