Unbound form

  • Thread starter Thread starter Kelly
  • Start date Start date
K

Kelly

I have an unbound form where I would like the user to be
able to type a last name and search the lastname field of
a customer table and return all of the related fields.
Is there an easy way to do this -- or does it require vba
or sql? Thanks
 
-----Original Message-----
I have an unbound form where I would like the user to be
able to type a last name and search the lastname field of
a customer table and return all of the related fields.
Is there an easy way to do this -- or does it require vba
or sql? Thanks
.
 
You can just use an unbound combobox on the form that
feeds your customer table. Use the wizard to create the
combobox selecting LastName and tell it that you want to
look up a record based on the choice in the combobox.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

trimming text 2
unbound forms 3
Unbound List box 3
unbound fields on a form 1
Form shows ID, not values 1
Can I calculate from unbound text boxes? 1
Unbound text box calculation 6
Unbound Text Boxes 1

Back
Top