Help me please, what should I input in my query if I wanted to insert in the table the TotalNumberOfDays which is the difference of my FirstDateOccupied AND LastDateOccupied fields. I really need your help![]()
Help me please, what should I input in my query if I wanted to insert in the table the TotalNumberOfDays which is the difference of my FirstDateOccupied AND LastDateOccupied fields. I really need your help![]()
You would not store a value that you can calculate whenever needed.
You run a query and use the DateDiff() function.