F
Fred Boer
Suppose I have 3 text boxes each of which holds an integer. I want to
concatenate these three integers and turn them into a date value. Is that
possible?
For example
Field 1 = "Day" value of 1
Field 2 = "Month" value of 1
Field 3 = "Year" value of 2009
Field 4 would then contain some sort of rule/code that would take the other
fields, concatenate them into "1/1/2009", and then render that as a date...
And...
Is there some way to do that in reverse? For example, after entering a date
value, break it out into three integer or string values and store those in
three fields?
Thanks!
concatenate these three integers and turn them into a date value. Is that
possible?
For example
Field 1 = "Day" value of 1
Field 2 = "Month" value of 1
Field 3 = "Year" value of 2009
Field 4 would then contain some sort of rule/code that would take the other
fields, concatenate them into "1/1/2009", and then render that as a date...
And...
Is there some way to do that in reverse? For example, after entering a date
value, break it out into three integer or string values and store those in
three fields?
Thanks!