I have a append query, where a field is an expression consisting of some fields which return a date of format 29SEP06.
I actually want a value of 290906 to be saved to a field of type Date within a table.
I have tried the following to no avail i.e. nothing saved:
format(cdate("29SEP"&"06"),"ddmmyy")
The 29SEP and 06 are seperate fields that have to be concatanated together.
Any help appreciated.
Mo.
I actually want a value of 290906 to be saved to a field of type Date within a table.
I have tried the following to no avail i.e. nothing saved:
format(cdate("29SEP"&"06"),"ddmmyy")
The 29SEP and 06 are seperate fields that have to be concatanated together.
Any help appreciated.
Mo.