C
Chris Stewart via AccessMonster.com
Hello,
I am trying to figure if & how to show a button on a continuous form based
on the value of a different field.
I have a form that contains SSN, Name, and Archive (0 or -1)
I want a button (cmdArchive) to be visible "if" me.archive=0 and .visible =
False if me.archive = -1
Seems easy, but I have not been able to figure it out. I seem to get it
based on just the first record within the form, but not the next, next and
so on.
Any help would be great!!
Thanks,
Chris
I am trying to figure if & how to show a button on a continuous form based
on the value of a different field.
I have a form that contains SSN, Name, and Archive (0 or -1)
I want a button (cmdArchive) to be visible "if" me.archive=0 and .visible =
False if me.archive = -1
Seems easy, but I have not been able to figure it out. I seem to get it
based on just the first record within the form, but not the next, next and
so on.
Any help would be great!!
Thanks,
Chris