E
Eric
I have a form frmBids with two combo boxes showing a customer
(cboCustomer) and contacts for each customer (cboContacts). I got the
cboContacts to only show the contacts unique to the customer by using
a requery code on the AfterUpdate of cboCustomer. That works fine.
However, when I move between records only the contact shown on the
first record displays, it does not update on subsequent records. If I
go back and select the customer from cboCustomer it updates and
displays the correct contact, but then the next record just shows the
one I just selected. I verified that when I switch between records
without doing anything (just letting the first record's name display)
that the table data does not update. So it is obviously just a visual
thing, and while I can understand what is going on, I am not sure that
the end user of this database will. Is there anyway to fix that, so
when the end user flips through the records, the correct name displays
always?
(cboCustomer) and contacts for each customer (cboContacts). I got the
cboContacts to only show the contacts unique to the customer by using
a requery code on the AfterUpdate of cboCustomer. That works fine.
However, when I move between records only the contact shown on the
first record displays, it does not update on subsequent records. If I
go back and select the customer from cboCustomer it updates and
displays the correct contact, but then the next record just shows the
one I just selected. I verified that when I switch between records
without doing anything (just letting the first record's name display)
that the table data does not update. So it is obviously just a visual
thing, and while I can understand what is going on, I am not sure that
the end user of this database will. Is there anyway to fix that, so
when the end user flips through the records, the correct name displays
always?