How might this code be changed to reset at the end of th fiscal year, Sept. 30th. instead of the calendar year'
Thanks,
Tedward
If IsNull(Me![BaseID]) Then
Me![BaseID] = Format(Nz(DMax("[BaseID]", "[tblTest]", "[YearID]='" & Year(Date) & "'"), 0) + 1)
End If
Me![CustID] = [FormatID] & [YearID]...