combos in continous form - varying the rowsource between records - text dissappearing

J

Jesper

I have a continous form used for entering data. On each row there are 2
combos with no. 2 being dependant on no. 1
The rowsource for combo2 is derived from "table1" but only some of the
records from this table (depending on combo1).
On the next row combo2's rowsource is changed again (OnEnter).
So the datasource for combo2 is always the same but the rowsource changes.
This however causes the text to "dissappear" from combo2 in the previous
records. Off course it must be because the rowsource is always the same for
a control in a continous form but is there a way to get around this?
Summing it up - I want to keep the visible text in combo2 in say records
1-10 even after I, OnEnter in record 11, change the rowsource of combo2 - is
that possible?

Jesper
 

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