If I can convince them NOT to store the results in the table (by using
a calculated field in a query, which is the basis of their report)...
could you please help me understand why I keep getting an "Overflow"
message when I run the query?
I created a query with the two date fields, along with a third
calculated field which I want to yield the net working days after
subtracting weekends and holidays. I get this number by using a
function. My expression for the calculated field is: NetDays:
WorkingDays2([fldDischgDate],[fldInitApptDate]).
When I run the query, however, I keep getting an "Overflow" message.
Did I do this wrong?
Thanks,
Jessi
Thanks for your help, John.
I do appreciate and understand your wise warnings, but my friends still
insist that they need to store the number in a table's field.
Is there any way to do this with some kind of "update" feature on the
form that would re-save the new value to the field if the textbox'
value changed? If not, they still want to store the value in the
table.
Thanks,
Jessi