M
MFB via AccessMonster.com
I'm having a problem with cascading combo boxes. I'm using the entry in
Box1 to control the contents of Box2. My row source for Box2 references
the Box1 control in it's where clause. I am also requerying Box2 when Box1
changes. The two combo boxes are on a form that is a continuous form. The
combo boxes work correctly when entering data in the first record on the
form. When entering data into Box1 on a subsequent records, the value in
Box2 of Record1 disappears. I believe this is because the bound column for
both combo boxes is not one that is displayed. If I display the bound
column, the form works correctly. Unfortunately, the bound column is an
internal id and isn't what the user wants to see. Is there something I can
do to address this other than displaying the bound column?
Thanks in advance for any help.
Box1 to control the contents of Box2. My row source for Box2 references
the Box1 control in it's where clause. I am also requerying Box2 when Box1
changes. The two combo boxes are on a form that is a continuous form. The
combo boxes work correctly when entering data in the first record on the
form. When entering data into Box1 on a subsequent records, the value in
Box2 of Record1 disappears. I believe this is because the bound column for
both combo boxes is not one that is displayed. If I display the bound
column, the form works correctly. Unfortunately, the bound column is an
internal id and isn't what the user wants to see. Is there something I can
do to address this other than displaying the bound column?
Thanks in advance for any help.