How do I add a count of values (records) to a report.<br>How do I get reports in single space.<br>Can I export Access reports to MS Word, if so how?<br><br>Thanks for any help.
Getting a count:<br>=Count([SomeField])<br><br> <p>DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.
It's easier to do it in a report.<br>Usually people want to hold a paper in their hand.<br>So a report is the best way. it offers more flexibilty too.<br>You have a blank sheet that you can do anything with.<br><br>I start with a query then base a report off of it. <br>You can tweak it, total it, and so forth. Add Footers, Headers, Groups, whatever are all much easier on a report <br>Date Report was printed cahnge Headinga and data based on information on a form. None of that can be done in a query.<br><br>Plus the V.P. can have a pretty piece of paper to show off.<br>I also use Bar-Codes everywhere and a query will not print them. <br>Bottom line use a query to get your data and a report to print it. <p>DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.
<p>DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.
Can you show me what the syntax is for getting a count of records i tried count=([field]) and kept getting "syntax error".<br>Also how to get reports in single space?<br><br>Thanks again<br>
Oops! You've typed that in the wrong order. It's <br>=count([field]), not<br>count=([field]) <br><br>Also, the actual name of the field goes inside the [] brackets, not the word field. Or if your field is named field, rename it to something else. Not a good idea to use names that may actually be reserved words. <br><br>Please post each topic(question) to a separate thread in the future. It's easier for the people who answer. Don't know what you mean by "single space". Maybe you could post in a new thread with a little more explanation of what the problem is.
Access text boxes usually contain a lot of "white space". Resize your boxes to reduce white space at top and bottom of the box. Also, make sure you minimize the white space at the top and bottom of the Detail section in the report designer. While this isn't truly single-space, it will do a better job of simulating it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.