Ian Wright
Registered User.
- Local time
- Today, 06:37
- Joined
- Oct 20, 2007
- Messages
- 28
I am trying to use the DateAdd Function on a form.
I have a field called 1STDATE once entered the form takes you to a ‘NumberOfDays’ field. Upon leaving that I want it to calculate the last date and populate the active box with it. The Field is called '2ndDate'
I am struggling with line
[2ndDate] = DateAdd(D, NumberOfDays , 1STDATE),
where NumberOfDays and 1STDATE are fields.
Any help most gratefully received with thanks,
Ian
I have a field called 1STDATE once entered the form takes you to a ‘NumberOfDays’ field. Upon leaving that I want it to calculate the last date and populate the active box with it. The Field is called '2ndDate'
I am struggling with line
[2ndDate] = DateAdd(D, NumberOfDays , 1STDATE),
where NumberOfDays and 1STDATE are fields.
Any help most gratefully received with thanks,
Ian