I'm trying to work out the difference between 2 dates stored in a table. I want to work out how many days exist between [date1] and [date2] and update the value in another field of the same table.
I can do this using a query but that way (correct me if im wrong) I can't simply show the value in a table.
I can do this using a query but that way (correct me if im wrong) I can't simply show the value in a table.