moving values from one form to another

  • Thread starter Frustrated in Formland
  • Start date
F

Frustrated in Formland

hello all...

I'm not a hundred percent sure that this is possible but I thought I'd give
it a try...

I have a form with 4 cascading combo boxes. After the user selects the
values and clicks on the Go button, it loads a new form carrying those values
into the new form and all of the other fields in the table. All of this work
well, however, I would like to be able to do the following....

Some of the data in the master table is driven off list boxes...let's use
one example..
I have a Field called Capacity. The user can select from four predefined
values: 70, 80, 90, 100.

When the user negotiates his/her way through the cascading combo boxes, the
form that opens will display the value of the capacity that was selected.
Let's say the value was 90. Okay? This all works. What I want to do now is
change the form so that all of the values are listed, however, the one that
was selected would be bolded....is this possible?

thanks...
 
Top