Link to home
Start Free TrialLog in
Avatar of Jenkins
JenkinsFlag for United States of America

asked on

Display record count on an Access report

How do I display in a textbox on my report the record count from the following query. This query is the record source of my report:

SELECT * FROM MyQuery WHERE [MyDateField] >= #1/1/2011# ORDER BY [MyDateField] DESC;
ASKER CERTIFIED SOLUTION
Avatar of omgang
omgang
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jenkins

ASKER

Great. Thanks.