Good afternoon, as you can see from the title I'm attempting to extract just the year from an Arrival date and it is formatting it as a number, including the 000's separator.
I have worked around this with
but I just wondered if this was absolutely necessary or if there was another way of doing this.
Many thanks,
D€$
I have worked around this with
Right(FormatDate([Arrival Date];"dd/MM/yyyy");4)
but I just wondered if this was absolutely necessary or if there was another way of doing this.
Many thanks,
D€$