I've been away from Access for years and simple things seem to baffle me.
DoCmd.RunSQL "INSERT INTO tStudents (StudentID) VALUES (StudentID) "
The Student ID is an Integer. As I close the current form I want to insert the StudentID value into the table tStudents Column StudentID
Any help is appreciated
DoCmd.RunSQL "INSERT INTO tStudents (StudentID) VALUES (StudentID) "
The Student ID is an Integer. As I close the current form I want to insert the StudentID value into the table tStudents Column StudentID
Any help is appreciated