Is there a way to increment the names of form controls?
Example:
Forms![Frm_MerchOps Calendar].[Date_1].Caption
Is the a way to create a loop that would increment this to become Forms![Frm_MerchOps Calendar].[Date_2].Caption, Forms![Frm_MerchOps Calendar].[Date_3].Caption, etc?
Thanks