I figured it out. For anyone else who has this problem, this is how I fixed it...
My subform was a Subform control, not a subform Form.
To determine which one you have, look at the Properties of the object.
If the object gets its data using a Source Object, it is a control.
If the object gets...