Tobasco1136
IS-IT--Management
I am working on a database to check out files. I have a field DateFileCheckedOut, and DateFileDue. I would like to know how to add 30 days to the DateFileCheckedOut, and automatically add it to the DateFileDue field. I have tried DateAdd, but it didn't work the way I thought. Any ideas? Please don't put it in SQL or VBA as I am new.