I'm guessing this is a pretty dumb question, but I'm getting a data type mismatch when trying to pass my argument from a form to my module subroutine.
Here's the subroutine (which is likely not very efficient, nor complete):
Public Sub AssignQA(objForm As Form)
Dim intI, intP, x, n As...