G
Guest
Hi,
I have 2 text box fields (TX_Start_Date & TX_End_Date) within a form in
short date format. Thes boxes are utilised by a procedure to enter info into
a table.
Question is how do i make the default value of the TX_End_Date text box to
be 5 days after the value that gets entered in the TX_Start_Date text box
when the user is filling out form.
I have tried ([TX_Start_Date].adddays(5)) to no avail. in the default value
option.
Ive also just tried Expression Description
=DateAdd("d", +5, [TX_Start_Date]) in the on focus option with nothing
happening.
Thankyou
I have 2 text box fields (TX_Start_Date & TX_End_Date) within a form in
short date format. Thes boxes are utilised by a procedure to enter info into
a table.
Question is how do i make the default value of the TX_End_Date text box to
be 5 days after the value that gets entered in the TX_Start_Date text box
when the user is filling out form.
I have tried ([TX_Start_Date].adddays(5)) to no avail. in the default value
option.
Ive also just tried Expression Description
=DateAdd("d", +5, [TX_Start_Date]) in the on focus option with nothing
happening.
Thankyou