page number error

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

Guest

On the one my report the page number is working good.
="Page " & [Page] & " of " & [Pages]
But, the another one that is almost the same as previous is showing #Name?

Could anybody clarify what's wrong there?

Thanks
 
On the one my report the page number is working good.
="Page " & [Page] & " of " & [Pages]
But, the another one that is almost the same as previous is showing #Name?

Could anybody clarify what's wrong there?

Thanks

What do you mean by "is almost the same"?
Make sure the name of that control is not "Page" or "Pages".
 
Thanks for your response, Fredg.
The same I mean I've just copied the first one and made some adjustments to
create another one. It's working in the first one. But, in the second one it
shows #Name?
The name of that control is not "Page" or "Pages".


fredg said:
On the one my report the page number is working good.
="Page " & [Page] & " of " & [Pages]
But, the another one that is almost the same as previous is showing #Name?

Could anybody clarify what's wrong there?

Thanks

What do you mean by "is almost the same"?
Make sure the name of that control is not "Page" or "Pages".
 
Thanks, I've fixed it. Probably, it was some glitch. I've just copied the
working one and made adjustments

fredg said:
On the one my report the page number is working good.
="Page " & [Page] & " of " & [Pages]
But, the another one that is almost the same as previous is showing #Name?

Could anybody clarify what's wrong there?

Thanks

What do you mean by "is almost the same"?
Make sure the name of that control is not "Page" or "Pages".
 

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