Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

In Filter by Form how do you make a button visible

Status
Not open for further replies.

GenieTR

IS-IT--Management
Jan 21, 2003
28
I have a filter button when click, puts the form in filter by form mode. I have a button on the form which is not visible, but I want it to be visible in the filter by form mode. How can you do this, I tried:

Me!frmEdit.cmdApplyFilter.visible = true

got a an error message.

Thanks in advanced
 
Initially, the syntax was:
forms!frmEditbyfilter.cmdApplyfilter.visible = True

The message is:

You can't assign a value to this object

Thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top