Auto Populate Date Field

williamminor

New member
Local time
Yesterday, 22:50
Joined
Apr 18, 2006
Messages
6
I have a report that contains a date field that tells when a card was removed from the plant. The report also contains a due date field that needs to be auto populated with a date 15 days from the day it was removed from the plant. Can someone help me with a function to auto populate the date field.

Thanks in advance

-WM
 
DateDue Field Control source set to:

=[fieldDateRemoved] + 15

Kelemit
 
Thanks

Could I also use the DateAdd() function?
 

Users who are viewing this thread

Back
Top Bottom