E
ericb
In a form I have tab pages
One is for consultation data it is a subform link to consultation table. The
other page is Examen subform in which you have a combo box that will list the
consultations of a client.
The problem is when I add a new consultaion record for a client it does not
appear in the list. I have to select another client and then come back to the
preveous client to see the new entry.
For this combo I run Me.my_combo_box.requery on the current and load event.
Somehow this does not refresh or update or ??? my list.
What should I do ?
Thank you.
One is for consultation data it is a subform link to consultation table. The
other page is Examen subform in which you have a combo box that will list the
consultations of a client.
The problem is when I add a new consultaion record for a client it does not
appear in the list. I have to select another client and then come back to the
preveous client to see the new entry.
For this combo I run Me.my_combo_box.requery on the current and load event.
Somehow this does not refresh or update or ??? my list.
What should I do ?
Thank you.