S
Stonewall
I am using Access 2000 trying to retrieve a total from a table using the
syntax below. I get the prompts to type in the beginning and ending dates
but the value returned is always 0. If I revise it to NOT use the range of
dates and just give me a total of ALL records it works. What's wrong with
this syntax?
=Format(Nz(DSum("dailyHours","attendance_clock_in","studentid=" &
[employeeid] And "date" Between [Enter the Beginning Date] And [Enter the
Ending Date ]),0),"Fixed")
Thanks
syntax below. I get the prompts to type in the beginning and ending dates
but the value returned is always 0. If I revise it to NOT use the range of
dates and just give me a total of ALL records it works. What's wrong with
this syntax?
=Format(Nz(DSum("dailyHours","attendance_clock_in","studentid=" &
[employeeid] And "date" Between [Enter the Beginning Date] And [Enter the
Ending Date ]),0),"Fixed")
Thanks