B
BJM
I have a make table query that needs to create a week
number field. The week number needs to count from the
beginning of the school year, so that I have set the field
as follows...
WeekNo
(Now()-38236)/7)
This returns the number of weeks since September 6th,
2004, of course, but the field reports some rediculous
number of decimal places. How can I round it off to a
whole number?
I have tried using the round function in the query field
syntax as such...
WeekNo
ROUND((Now()-38236)/7,0))
....but that fails to even create the table. It seems to
make the whole database hang.
Thanks,
BJM
number field. The week number needs to count from the
beginning of the school year, so that I have set the field
as follows...
WeekNo

This returns the number of weeks since September 6th,
2004, of course, but the field reports some rediculous
number of decimal places. How can I round it off to a
whole number?
I have tried using the round function in the query field
syntax as such...
WeekNo

....but that fails to even create the table. It seems to
make the whole database hang.
Thanks,
BJM