R
rml
How can I make the following code convert the date portion to dd/mm/yy
instead of the standard mm/dd/yy?
= Trim([CreateDate] & " / " & [Tech])
Thanks.
instead of the standard mm/dd/yy?
= Trim([CreateDate] & " / " & [Tech])
Thanks.