I used the following in a text box as a report footer. Actually I have a few of these with different "Categories"
=DSum("[HoursWorked]","[qryOvertime]","[Category] = Type 1' AND [fldFullPart]='Part' ")
During setup and testing, the calculations worked great. Now that the database is in use, the textboxes just show up blank. I'm pretty sure the DSum format is correct. I have compacted and repaired the database and imported to a new blank database and still blank boxes.
Any suggestions would be much appreciated.
Jerry
=DSum("[HoursWorked]","[qryOvertime]","[Category] = Type 1' AND [fldFullPart]='Part' ")
During setup and testing, the calculations worked great. Now that the database is in use, the textboxes just show up blank. I'm pretty sure the DSum format is correct. I have compacted and repaired the database and imported to a new blank database and still blank boxes.
Any suggestions would be much appreciated.
Jerry