Help,
"tblMYTABLE fields" [Person], [to], [from], [#days]
"qryMTTABLE fields" [Person], [to], [from],#days: DateDiff("d",[FROM],[TO])
I have qryMYTABLE based on tblMYTABLE. My main reason for doing a query is I needed to calculate the # of days a person was assigned to project and I don't know of a way to do that within a table. Query works fine but doesn't transfer #days to [#days] in underlying table.
Thanks
"tblMYTABLE fields" [Person], [to], [from], [#days]
"qryMTTABLE fields" [Person], [to], [from],#days: DateDiff("d",[FROM],[TO])
I have qryMYTABLE based on tblMYTABLE. My main reason for doing a query is I needed to calculate the # of days a person was assigned to project and I don't know of a way to do that within a table. Query works fine but doesn't transfer #days to [#days] in underlying table.
Thanks