Hello All,
I have a database with StartingDate, EndingDate, MonthName, QuarterNumber and YearNumber.As (MonthName, QuarterNumber and YearNumber are based on the EndingDate)
If user changes the EndingDate then there needs to be an alert message to modify the MonthName, QuarterNumber and YearNumber.
I used the afterupdate/afterchange events but the access is displaying the alert message if user enters the endingdate for a fresh record.
I just don't want to show the alert message for the fresh records while entering. It needs to show only when the endingdate is changed after entering at first.