How convert hidden check box values to text?

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top