N
NEWER USER
I get an error message On Open - Object does not support this method or
property.
I have it narrowed down to:
Forms.frmCategories.fsubCategoryDetails.Sales.ColumnHidden = 0
To open without the error, I replaced a period with an exclamation point.
Forms.frmCategories.fsubCategoryDetails!Sales.ColumnHidden = 0
Why will a period NOT work in this case? Any help appreciated.
property.
I have it narrowed down to:
Forms.frmCategories.fsubCategoryDetails.Sales.ColumnHidden = 0
To open without the error, I replaced a period with an exclamation point.
Forms.frmCategories.fsubCategoryDetails!Sales.ColumnHidden = 0
Why will a period NOT work in this case? Any help appreciated.