How convert hidden check box values to text?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My continuous form has 2 hidden checkboxes per row: cboAccept and cboBid -
only one of which can be true.
I want to display their contents in an unbound text box such that it will
display "Accepted" if cboAccept is true or "Bid" if cboBid is true. If
neither is true, I want the text box to be blank. I've tried various
combinations of control source and format property but so far nothing has
worked.
 
Back
Top