I have tried different methods of adding checkboxes, but everytime the code includes Me.*something*
and everything i call it, i get "Compile error, method or data member not found.

Example
"Compile error, method or data member not found"

Set chkBox = Me.Controls.Add("Forms.CheckBox.1", "chkCheck" & nNoOfCheckBoxes, True)