I am having trouble seeing the error in this line ......
CurrentDb.Execute "INSERT INTO Payments(EnrollmentDate, firstname, lastname, amount, program, classtype, pdate) SELECT inactive date, firstname, lastname, totalamount, program, classtype, Date() AS TodayDate FROM [Students Database Table] WHERE [inactive date]>#" & processingdate & "#;"
Could some one help me see the syntax error ... it lists 'Inactive date' field as the problem
Thank you