When I execute code like the following, I get a message each time of the type "You are about to xxxxx <x> rows". And I have to click OK. Can I suppress that?
ls_sql = "Update tblClasses set [total_points] = 0 WHERE [Class_Code] = '" & cboClass_Code & "'"
Also, is there a way to cut from my code and paste it into one of these posts? I always have to type it fresh, which is error-prone.
TIA
LAS