D
DZ
Hi
i need to use a variable in the following expression that refers to a
subform. I want to replace city (this is field) with as string variable that
is the name of the field. Can anyone rewrite this expression to allow me to
use a string variable strFieldName in place of City
Me.Controls("SubForm1").Form.City.ColumnHidden = True
Thank you
i need to use a variable in the following expression that refers to a
subform. I want to replace city (this is field) with as string variable that
is the name of the field. Can anyone rewrite this expression to allow me to
use a string variable strFieldName in place of City
Me.Controls("SubForm1").Form.City.ColumnHidden = True
Thank you