S
SoggyCashew
Hello I have a query that has two fields "CurrentYear" and "CurrentMonth" I
needed to find the lst day of the current month. I tried example but gives
wrong answer. Thanks!
CurrentDay: DateSerial(Year([CurrentYear]),Month([CurrentMonth])+1,1)-1
needed to find the lst day of the current month. I tried example but gives
wrong answer. Thanks!
CurrentDay: DateSerial(Year([CurrentYear]),Month([CurrentMonth])+1,1)-1