Z
Zacharaih
Access Newbie here. I'm trying to use the For Each ...
Next statement to cycle through records in a subform:
For Each Forms!frmNewSubmission.Child4.Form![Social
Security].Value In Forms!frmNewSubmission.Child4.Form
DO CODE
Next
I get an error:
Variable required. Can't assign to this expression.
Any ideas what I'm doing wrong in my references to
Next statement to cycle through records in a subform:
For Each Forms!frmNewSubmission.Child4.Form![Social
Security].Value In Forms!frmNewSubmission.Child4.Form
DO CODE
Next
I get an error:
Variable required. Can't assign to this expression.
Any ideas what I'm doing wrong in my references to