Left function in report

K

Kevin Willyerd

I have a report that I group on =left([Department],2) and
the grouping and totals works fine BUT when I use the same
formula to print the information (ie the first two numbers
in the department number) in the group footer or header I
just get an #Error.
 
W

Wayne Morgan

Is there a textbox on the report that is also called Department (possibly, the one you are
doing this in)? If so, try changing its name to txtDepartment. The name of the textbox can
be changed on the Other tab of the Properties window.
 
K

klw

Thank you, that was it.

Kevin

Wayne Morgan said:
Is there a textbox on the report that is also called Department (possibly, the one you are
doing this in)? If so, try changing its name to txtDepartment. The name of the textbox can
be changed on the Other tab of the Properties window.

--
Wayne Morgan


Kevin Willyerd said:
I have a report that I group on =left([Department],2) and
the grouping and totals works fine BUT when I use the same
formula to print the information (ie the first two numbers
in the department number) in the group footer or header I
just get an #Error.
 

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

Top