Problem with Combo boxes

C

CK

I have combo box cbo1 that I can select students. After selecting, I have 2
unbound textboxes that will display the name and studentid (referencing the
column no of the cbo). Based on the student selected in cbo1, I can go to
cbo2 to view all his past semester enrolment where I can select one and the
record will that move to the record selected.

However, when that happens, cbo1 becomes blank and as a result, my two
unbound boxes will also be blank. Why doesn't cbo1 "stay" where it was
previously selected? Thanks.
ck
 
S

Sprinks

Hi, CK.

Difficult to determine without more detail. Please post the Row Source of
each combo box, and the code from any event procedures tied to them.

Sprinks
 

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