HI there I have a returned authroization database where I want a field that tells you how many days a unit has been received. For example I have a field called "DateUnitReceived" this is a date field that is entered when the unit arrives. I have another field called "DaysInQueue" which would be the current date - "DateUnitReceived. I want this field updated automatically and dynamically from todays date.
Any help would greatly be appreciated it.