C
Craig M. Bobchin
Hi all,
I've been developing an app in Access 2003 with the MDB being in Access
2000 format.
In one form I have several running totals based on a value in a combobox
and the data being entered into a subform.
The Actual DSUM code is:
=DSum("[Hours]","tbltimetrackdata","[Date]=forms!frmTimeEntry!
[txtFriday]" & " And [ResourceID]=forms!frmTimeEntry![cboResourceID]")
I have 7 of these dsum fields on the main form.
The fields work perfectly in Access 2003. BUT, when we run the app in
Access 2K and the user tries to enter data in the subform, they get an
error message saying there is a syntax error in the DSUM() query and
that it is missing an operand. They can click through the error message
and still enter the data, get no more error messages and the fields work
perfectly after that.
What could be causing the disparate behavior/error message in 2000 and
not in 2003?
Thanks
Craig
I've been developing an app in Access 2003 with the MDB being in Access
2000 format.
In one form I have several running totals based on a value in a combobox
and the data being entered into a subform.
The Actual DSUM code is:
=DSum("[Hours]","tbltimetrackdata","[Date]=forms!frmTimeEntry!
[txtFriday]" & " And [ResourceID]=forms!frmTimeEntry![cboResourceID]")
I have 7 of these dsum fields on the main form.
The fields work perfectly in Access 2003. BUT, when we run the app in
Access 2K and the user tries to enter data in the subform, they get an
error message saying there is a syntax error in the DSUM() query and
that it is missing an operand. They can click through the error message
and still enter the data, get no more error messages and the fields work
perfectly after that.
What could be causing the disparate behavior/error message in 2000 and
not in 2003?
Thanks
Craig
