Hi Everyone
I have a Form which has an Unbound Control named "CurrYr" to display the Current Year 2025 using the following.
=Right(Date(),4)
I then want to run an Append Query using the Code as follows:
INSERT INTO tblCurrentPastYears ( YearClassID, StudentID, GradeID, ClassID )
SELECT...