I am sorry to admit the previously I always have made update querys in access and then called them using the runsql command.
I have always done this because I dont understand the syntax for update querys.
can someone please assist me. below is some code I just attempted in my db that is not working.
I have always done this because I dont understand the syntax for update querys.
can someone please assist me. below is some code I just attempted in my db that is not working.
Code:
CurrentDb.Execute ("Update tbl_courses Set tbl_courses.Blocks = '" & Me.Text5 & "',tbl_courses.coursenum = '" & Me.Text7 & "',tbl_courses.coursedate = '" & Me.Text3 & "', Where tbl_courses.courseid = me.courseid")