Confused by report expressions

  • Thread starter Thread starter Dale C Brodin
  • Start date Start date
D

Dale C Brodin

I'm teaching myself Access in order to do a volunteer project. I've
gotten the hange of everything I need to do except reports. What I
need is a columner listing the results of a series simple count
queries. What I have is =[Affiliates- Alternates Count]!CountOfPresent
What I get is #name? None of my books are detailed enough on
expressions to explain my syntax error. Any help?

Dale
 
You can only bind fields from your report's record source to text boxes
(kinda). If [Affiliates - Alternates Count] is not part of your report's
record source then you won't be able to bind the field CountOfPresent.
 

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