FILTER RECORDS ON A TABLE

  • Thread starter AccessUser777 via AccessMonster.com
  • Start date
A

AccessUser777 via AccessMonster.com

Hi all,
I have table (tblmetircs) that stores metrics for agents. I want to create a
form based on tblmetrics that a user can update by adding comments in a memo
field, however I want to be able to filter the data based on a combo box.
What would be the best way to accomplish this?
 
K

KARL DEWEY

Place the combo in the form header, reference the combo in the query the
feeds the form, and use event On Change to Refresh.
 

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

Top