Trying to return a 'year' in a query.
I am converting a db from Lotus Approach to Access, but i can't work out how to convert this query. i know Access doesn't use 'Combine', so would anyone know how to convert this.
please.
The expression should return the 'Financial year' each time.
IIf(Month [D_PAID] >3,Combine(Year [D_PAID],'/',Right(Year [D_PAID] + 1,2)),Combine(Year [D_PAID]-1,'/',Right(Year [D_PAID],2)))
I am converting a db from Lotus Approach to Access, but i can't work out how to convert this query. i know Access doesn't use 'Combine', so would anyone know how to convert this.
please.
The expression should return the 'Financial year' each time.
IIf(Month [D_PAID] >3,Combine(Year [D_PAID],'/',Right(Year [D_PAID] + 1,2)),Combine(Year [D_PAID]-1,'/',Right(Year [D_PAID],2)))
Last edited: