I'd like to perform the following code:
Me!Del1.Visible = False
Me!Del2.Visible = False
Me!Del10.Visible = False
Me!DelA.Visible = False
Me!Del.Visible = False
with the following code "concept":
Me!Del*.Visible = False
Currenlty, VB notes this code as a syntax error.
Is there some other way to do this?
Me!Del1.Visible = False
Me!Del2.Visible = False
Me!Del10.Visible = False
Me!DelA.Visible = False
Me!Del.Visible = False
with the following code "concept":
Me!Del*.Visible = False
Currenlty, VB notes this code as a syntax error.
Is there some other way to do this?