K
Kat
Not even sure this is possible.
I have a table DenialReasons that has 1 field listing reasons. Then I
have the main talble of Denials with multiple fields 3 of which are
DenialReason1, DenialReason2, DenialReason3 that pull off reasons from
the DenialReason Table. So anyone person could have 1 denial reason or
more than 1, but never the same reason more than once.
I want to create a search form that has a combo box listing denial
reasons from the DenialReason table that a user can select. It then
should search all 3 of the DenialReason1, 2, 3 for the reason and put
them up in the detail box I have. I have everthing working I just
can't figure out how to make it search all 3 fields for the reason that
the user selects.
Any suggestions would be helpful.
I have a table DenialReasons that has 1 field listing reasons. Then I
have the main talble of Denials with multiple fields 3 of which are
DenialReason1, DenialReason2, DenialReason3 that pull off reasons from
the DenialReason Table. So anyone person could have 1 denial reason or
more than 1, but never the same reason more than once.
I want to create a search form that has a combo box listing denial
reasons from the DenialReason table that a user can select. It then
should search all 3 of the DenialReason1, 2, 3 for the reason and put
them up in the detail box I have. I have everthing working I just
can't figure out how to make it search all 3 fields for the reason that
the user selects.
Any suggestions would be helpful.