Hi,
I have a subform, that i wish to have a command button visible on when a control "Activity" is visit, i.e. if me.activity = "Visit" then cmdShowVisitForm.visible =true. This doesnt work.
Is there a way of only showing the command button on the rows that only have a control equal to certain criteria, like below.
Type
Visit BUTTON
Call
Fax
Visit BUTTON
thanks in advance.
I have a subform, that i wish to have a command button visible on when a control "Activity" is visit, i.e. if me.activity = "Visit" then cmdShowVisitForm.visible =true. This doesnt work.
Is there a way of only showing the command button on the rows that only have a control equal to certain criteria, like below.
Type
Visit BUTTON
Call
Fax
Visit BUTTON
thanks in advance.