G
Guest
I have a complex "If" statement that I need to write but I don't really know
how. I've tried many different approaches but none seem to work. Here's what
I need to do. I have 3 controls on my form that I need to toggle between
depending on if 2 other controls have entries in them or not.
First if Field A has an entry and Field B doesn't then I need control 1 to
be visible and control 2 & 3 not to be visible. If Field A doesn't have an
entry and Field B does then I need control 2 to be visible and control 1 & 3
not to be visible. Then lastly if Field A & B don't have any entries then I
need control 3 only to be visible.
How would I write this and where do I need to place this code on my form?
how. I've tried many different approaches but none seem to work. Here's what
I need to do. I have 3 controls on my form that I need to toggle between
depending on if 2 other controls have entries in them or not.
First if Field A has an entry and Field B doesn't then I need control 1 to
be visible and control 2 & 3 not to be visible. If Field A doesn't have an
entry and Field B does then I need control 2 to be visible and control 1 & 3
not to be visible. Then lastly if Field A & B don't have any entries then I
need control 3 only to be visible.
How would I write this and where do I need to place this code on my form?