You are probably missing a Sub Procedure "Header" line of code. Check all of your Sub Procedures and Functions behind your form. Make sure you have a Header line and an End Sub line for each procedure.
Example
Private Sub cmdModify_Click()
Thank you very much ItsMe
This is what I want
![]()