Report Filtering

rvil460

Registered User.
Local time
Today, 11:25
Joined
Jul 12, 2011
Messages
14
Hello,

I am trying to figure out how to create a report that will show only transactions that have happened. I am tracking equipment and have entered the initial locations, and can create a report showing the current locations. However, that report will show everything that has been entered unless I filter by date. Is it possible to create a report that will only show transactions that have happened, and not show the equipment that has been at the same initial location? Can I do this using a query, or will it require VB programming?

Thank you.

I think I figured it out using a query. Thank you for this great forum, and sorry for taking up space with this question.
 
Last edited:
YOu can create a query that shows you ONLY the data you are lokking for and then set the record source for the report to that query.
 

Users who are viewing this thread

Back
Top Bottom