Hello, I have a basic question but I do not see how to make.
In a code VBA, I would like to calculate the number of day between two dates in a variable like this
hello = DCount(?)
I have a query with a field dateStart and a DateEnd. I would like to count the number of day between these two...