scotland
Registered User.
- Local time
- Today, 08:02
- Joined
- Nov 2, 2006
- Messages
- 12
Hey,
I have set up a report powered by a crosstab query that will grab the points scored by people in a month
Now the problem is this links to a points table so i want to have the points displayed below the relavent date.
the table is set up so that there is 1 record for every entry made. So if somebody did not show then there would be no entry for them on that date.
This is fine but if say i run the report for next month then there will be no entries for that date so i get an error message saying.
Which is becasue the crosstab query does not make the field as there are no enreiws for this date. What can i do short of making lots of blank entries with all the dates in?
Thanks in advance
I have set up a report powered by a crosstab query that will grab the points scored by people in a month
Now the problem is this links to a points table so i want to have the points displayed below the relavent date.
the table is set up so that there is 1 record for every entry made. So if somebody did not show then there would be no entry for them on that date.
This is fine but if say i run the report for next month then there will be no entries for that date so i get an error message saying.
Code:
The Microsoft Jet database engine does not recognize '[05/12/06]' as a valid field name or expression
Which is becasue the crosstab query does not make the field as there are no enreiws for this date. What can i do short of making lots of blank entries with all the dates in?
Thanks in advance