G
Guest
Hi,
I'm trying to design a sort of search panel where the user types in the
first few letters of a customer's name into a textbox, clicks a command
button, and gets a list on the bottom of the form of all the customers where
the textbox's data has been found.
With my limited knowledge of Access querying and so forth i've managed to
get it to return when the full name is entered using:
Like [Forms]![Form1]![Text12]
or
[Forms]![Form1]![Text12]
but when i use:
Like ([Forms]![Form1]![Text12]+"*")
or anything like that as a critera that includes a "*" as the internal help
suggests is the wildcard nothing gets returned.
I've searched around the internet and all over the help sites, and now am at
a loss as to what to do.
Any help would be greatly appreciated.
-Beau
I'm trying to design a sort of search panel where the user types in the
first few letters of a customer's name into a textbox, clicks a command
button, and gets a list on the bottom of the form of all the customers where
the textbox's data has been found.
With my limited knowledge of Access querying and so forth i've managed to
get it to return when the full name is entered using:
Like [Forms]![Form1]![Text12]
or
[Forms]![Form1]![Text12]
but when i use:
Like ([Forms]![Form1]![Text12]+"*")
or anything like that as a critera that includes a "*" as the internal help
suggests is the wildcard nothing gets returned.
I've searched around the internet and all over the help sites, and now am at
a loss as to what to do.
Any help would be greatly appreciated.
-Beau