Z
zSplash
This is a rank beginner's question, and I apologize for being so dumb. I am
fairly familiar with VBA, don't really understand it as it applies to
Access. (It can't be as difficult as I'm trying to make it!)
Query1 contains Lastname, Firstname, and various address fields. Form1 has
these same fields, but I want to be able to "ask" what first and last name
to search Query1 for. (The query is sorted alphabetically by last/first).
[I have tried an unbound textbox, a bound combo box (for lastname), and an
input box unsuccessfully -- I get nothing but errors!] After user input of
the search criteria, I want the form to show the records that meet the
search criteria.
Would somebody please head me in the right direction to accomplish such a
seemingly simple goal? Maybe I'm trying to include too much in a single
form (it does take a long time to download the huge query).....
TIA
fairly familiar with VBA, don't really understand it as it applies to
Access. (It can't be as difficult as I'm trying to make it!)
Query1 contains Lastname, Firstname, and various address fields. Form1 has
these same fields, but I want to be able to "ask" what first and last name
to search Query1 for. (The query is sorted alphabetically by last/first).
[I have tried an unbound textbox, a bound combo box (for lastname), and an
input box unsuccessfully -- I get nothing but errors!] After user input of
the search criteria, I want the form to show the records that meet the
search criteria.
Would somebody please head me in the right direction to accomplish such a
seemingly simple goal? Maybe I'm trying to include too much in a single
form (it does take a long time to download the huge query).....
TIA