creating a date from numbers in a field

S

simon

Hi,

i have several fields which i need to combine to create a date field.

any suggestions as to how to do this are most welcome.

many thanks,

S
 
M

Madhan

You need atleast 3 (Day, Month and Year) fields to create a date. Do you have
them ? If so, concatenate them into a string 'dateString' and call the method
Date( dateString ).
 
Top