A
abourg8646 via AccessMonster.com
I placed 7 text boxes in the page header and used the staement that you
supplied. I'm still getting the same response #Name?. The form isn't open
that I know of. When I click on the report then it asks for the end Date. The
values are all correct. #Name?. I would also like to say that I really
appreciate all the help that you MVPs have provided me. Is there any good on
line courses that you could recommend.
supplied. I'm still getting the same response #Name?. The form isn't open
that I know of. When I click on the report then it asks for the end Date. The
values are all correct. #Name?. I would also like to say that I really
appreciate all the help that you MVPs have provided me. Is there any good on
line courses that you could recommend.
Duane said:This shouldn't be that difficult. The detail section of your report should
have text boxes bound to the fields/column generated by your crosstab which
includ [d0], [d2],...
In the page header (or other section), you can add text boxes to use a
column titles with control sources like:
=DateAdd("d",-0,Forms!frmDate!txtEndDate)
Did you use these form and control names? Is the form remaining open when
the report is opened?
Do you see the correct values in the detail section?
What do you see the the text boxes with the DateAdd() functions?
[quoted text clipped - 25 lines]It is still leaving D6,D5,D4,D3,D2,D1,D0 as column manes. When I put =DateAdd
statement then I get columns of #Name?.GROUP BY [Employee Name], Shift, Post, [Time]
PIVOT [Employee Query].[Date];