S
Steve Crowhurst
I have a field [DOB]and a field [Gender]I want to predict
a retirement date and display that value in a textbox.
Something along these lines: If [Gender] = "M" Then [DOB]
* 65, also [Gender] = "F" Then [DOB] * 60
Now to the second question, which is along the same basic
lines, the field in this case is [StartDate] and the
textbox will display a value three months hence.In a
nutshell can somebody tell how I manipulate dates & times
fields, a few examples would be very welcome. Thank you
all for taking the time and trouble to help.
a retirement date and display that value in a textbox.
Something along these lines: If [Gender] = "M" Then [DOB]
* 65, also [Gender] = "F" Then [DOB] * 60
Now to the second question, which is along the same basic
lines, the field in this case is [StartDate] and the
textbox will display a value three months hence.In a
nutshell can somebody tell how I manipulate dates & times
fields, a few examples would be very welcome. Thank you
all for taking the time and trouble to help.