DesertTrip
Technical User
I am new at Access so I need any suggestions typed out for a beginner.
In my design query, I have a column for BeginingDate and a column for DateDone. I need to count the days between these two entries.
I researched everywhere and found this:
Syntax: NumDays = days365(StartDate, EndDate)
Arguments
StartDate: Enter as serial date numbers or date strings.
EndDate: Enter as serial date numbers or date strings.
My Questions-
Am I correct in interpreting this as [NumDays = days365(BeginingDate, DateDone)] and if so, WHERE do I paste it? Is it to go in a new column as an expression? Under or in an existing column? Do I put it in the Report field/text box?
I tried this as an expression and it didn't work.
In my design query, I have a column for BeginingDate and a column for DateDone. I need to count the days between these two entries.
I researched everywhere and found this:
Syntax: NumDays = days365(StartDate, EndDate)
Arguments
StartDate: Enter as serial date numbers or date strings.
EndDate: Enter as serial date numbers or date strings.
My Questions-
Am I correct in interpreting this as [NumDays = days365(BeginingDate, DateDone)] and if so, WHERE do I paste it? Is it to go in a new column as an expression? Under or in an existing column? Do I put it in the Report field/text box?
I tried this as an expression and it didn't work.