E
el zorro
I have a form where the user hits a control button to run
a query. The query reads the last name of a person from a
control on the form, then shows the corresponding files
for that last name.
It works fine, except that I have now been asked to
require only the first few letters from the user (lots of
the names are long and hard to spell), then to have the
query show all the names beginning with those initial
letters.
THe thing is, I want the query to read the name from the
form, and not have the user retype the name in response
to some kind of prompt.
SO, where so I begin? (If it makes it easer, the button
can open a report based on the query.) Is there a
parameter I can enter for the query, using some kind of
wild cards, that will read the first letters entered in
the FORM CONTROL and give all the names that begin with
these letters?
THanks in advance--- you all are GREAT!
a query. The query reads the last name of a person from a
control on the form, then shows the corresponding files
for that last name.
It works fine, except that I have now been asked to
require only the first few letters from the user (lots of
the names are long and hard to spell), then to have the
query show all the names beginning with those initial
letters.
THe thing is, I want the query to read the name from the
form, and not have the user retype the name in response
to some kind of prompt.
SO, where so I begin? (If it makes it easer, the button
can open a report based on the query.) Is there a
parameter I can enter for the query, using some kind of
wild cards, that will read the first letters entered in
the FORM CONTROL and give all the names that begin with
these letters?
THanks in advance--- you all are GREAT!