Combo Box Problem

  • Thread starter Thread starter DaveD
  • Start date Start date
D

DaveD

I have a combo box that allows me to select or change the first record, but
as soon as that first record is selected or changed, the cursor jumps out of
the subform to a text box on it's parent form. When I try clicking back in
the combo box to add a new record, the second record will momentarily display,
but then the cursor instantly pops back to the text box on the parent form.
It doesn't allow me to select a second record.

I've tried several things to fix this problem and nothing works. I'll be
happy to provide any other details that may be required to help me solve this
problem.

Thank you,
DaveD
 
Solved it myself. In case anyone is interested, the problem was in the
Master-Child linking of the subform to the parent form. Originally, I set up
two links: CustomerID to CustomerID and Date to Date. I thought I needed
both. Turns out, the Date to Date link was causing the problem. Why, I
don't know, but when I took out the date link, it started working just fine.

DaveD
 
Back
Top