Object Doesnt Support this Property

D

DS

I have a form with fields on it and I want them to be hidden or not
depending on the case. I have this code.

Forms!TransferEmp!TableName.Visible = False
I keep getting that the object doesn't support this property...I've used
this coding before, but now its not working. Any Suggestions.
Thanks
DS
 
D

DS

DS said:
I have a form with fields on it and I want them to be hidden or not
depending on the case. I have this code.

Forms!TransferEmp!TableName.Visible = False
I keep getting that the object doesn't support this property...I've used
this coding before, but now its not working. Any Suggestions.
Thanks
DS
I believe the form was corrupted. I deleted the form rebuilt it and the
same code works fine.
DS
 
Top