Data Sorting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table that has a series of accounts with amounts owed in one of the
fields. I want to create a report with just the accounts that are greater
than $.0.00. I know this has got to be easy.
 
Do you want to filter by a stored value or a calculated value? If
calculated, is this based on one record or multiple? Is the value visible if
you view the report's record source in datasheet view?
 
Base your report on a query that has a criteria under your amount owed field
of
 

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


Back
Top