R
Roger Bell
I have the following code in a Text Bax in a Report:
=Trim("Born on" & " " & [Date of birth] & " " & ("in" & " " & [Place of
Birth] & " " & Trim("and baptised this day" & " " & [Date of Baptism])))
What I would like, is to add the format command to convert the dates to dddd
mmm yyyy
Could anyone tell me the corrrect syntax and where this should be placed?
Many thanks for any assistance.
=Trim("Born on" & " " & [Date of birth] & " " & ("in" & " " & [Place of
Birth] & " " & Trim("and baptised this day" & " " & [Date of Baptism])))
What I would like, is to add the format command to convert the dates to dddd
mmm yyyy
Could anyone tell me the corrrect syntax and where this should be placed?
Many thanks for any assistance.