O
Ohaya
Hi,
My MS Access application has a main/menu form, which executes a data
entry form.
The data entry form has a combo box on it that I configured to be filled
from a different table.
I was looking at the code in the data entry form, and was wondering
how/where the combo box gets populated, i.e., where is the code that
populates this combo box when the data entry form gets started? I was
kind of expecting some code in the Form_Load event of the data entry
form, but there doesn't seem to be anything there.
Going "the other way around", based on what happens in my data entry
form, I want to be able to update one of the fields in the table that
was the original source for populating the combo box. How do I do
this??
Thanks in advance,
Jim
My MS Access application has a main/menu form, which executes a data
entry form.
The data entry form has a combo box on it that I configured to be filled
from a different table.
I was looking at the code in the data entry form, and was wondering
how/where the combo box gets populated, i.e., where is the code that
populates this combo box when the data entry form gets started? I was
kind of expecting some code in the Form_Load event of the data entry
form, but there doesn't seem to be anything there.
Going "the other way around", based on what happens in my data entry
form, I want to be able to update one of the fields in the table that
was the original source for populating the combo box. How do I do
this??
Thanks in advance,
Jim