How to display certain records

  • Thread starter Thread starter Carol
  • Start date Start date
C

Carol

I have a form that displays claims that have been worked
on and claims that are not yet completed.

Is there any way to have some type of system maintenance
function that will clear out all completed claims and
only display the uncompleted claims without using a
query?

Thanks.
 
I have a form that displays claims that have been worked
on and claims that are not yet completed.

Is there any way to have some type of system maintenance
function that will clear out all completed claims and
only display the uncompleted claims without using a
query?

Thanks.

You can set the Filter property of the form. For instance, you could
select any record with an uncompleted claim and click the "Filter by
Selection" icon.

What do you have against queries? They are the heart and soul of any
useful Access application!


John W. Vinson[MVP]
 

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