I would like to subtract two date fields and use the difference for the value of another field in my table...
Example: I have one table with 3 different fields: DOD, DOA, and LOS. I want to subtract DOA from DOD and use the difference to populate the LOS field...
I have a form where the user...