S
Scott Sabo
Hello-
I have a sub form "sfrmAccuracy", where I have several fields. I have
a combo box called cboAccType which has a value list containing
"Credits/Returns;User Forms" as the 2 selectable values. If the user
selects "Credit/Returns" I want to hide the next field "cboFormType"
and if the user selects "User Forms" I want to hide a different field
called AccInvoice. I have read on how to hide one field based on a
value, but I want to know how to code the AfterUpdate on cboAccType to
hide field "A" if selection "1" is made or hide field "B" if selection
"2" is made. I could not figure out the code to manipulate more than
one field in the AfterUpdate event.
Please help.....
Scott Sabo
I have a sub form "sfrmAccuracy", where I have several fields. I have
a combo box called cboAccType which has a value list containing
"Credits/Returns;User Forms" as the 2 selectable values. If the user
selects "Credit/Returns" I want to hide the next field "cboFormType"
and if the user selects "User Forms" I want to hide a different field
called AccInvoice. I have read on how to hide one field based on a
value, but I want to know how to code the AfterUpdate on cboAccType to
hide field "A" if selection "1" is made or hide field "B" if selection
"2" is made. I could not figure out the code to manipulate more than
one field in the AfterUpdate event.
Please help.....
Scott Sabo