Look up list

  • Thread starter Thread starter Tom Antrim
  • Start date Start date
T

Tom Antrim

Hello
We use alot of combo boxes my users want to be able to
click on a item on the combo box list and change ascending
or or descending order among other things. I understand
when you click on a item in the combo box it will fill in
the field with that value. Is there a way to have a form
pop up when you click on a button that will give me more
then just populating the field.
 
With Macros/VBA, almost anything can be accomplished.

To open a form, use the OpenForm action/method. To resort the list, change
the ORDER BY clause of the rowsource query.
 
Thank you
-----Original Message-----
With Macros/VBA, almost anything can be accomplished.

To open a form, use the OpenForm action/method. To resort the list, change
the ORDER BY clause of the rowsource query.

--
Steve Clark, Access MVP
FMS, Inc.
www.fmsinc.com/consulting





.
 

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

Back
Top