I have tried to convert a formula in excel for Access but it is not being recognised.
Excel formula is:
=DATE(MID(F1,7,4),MID(F1,4,2),LEFT(F1,2))
Converted to:
Date(MID([Bookings data]![date],7,4),MID([Bookings data]![date],4,2),LEFT([Bookings data]![date],2))
Issue is my data has what looks...