trying to sum a field called calculated downtime based on the date and line ID.
I have the command for the default value of my text box as:
DSum([Data].[Calculated Downtime], "Data", [date of incident] = "date in a textbox in this form" and [LineID] = "Line a")
Keeps returning #NAME.
any suggestions.