G
Guest
I've got two fields on a form and I'm trying to input data from one field to
change the output on another field. Field one that I'm inputting data into
is a combo box listing values (from a table) that I can select from. Field
two is a list box to show the output of the below statement (could be
multiple rows):
SELECT DocFamily.Tranlogs, DocFamily.Interleave, DocFamily.[Media Size] FROM
DocFamily WHERE DocFamily.[family name]=[Combo20];
The main issue I am experiencing is that the data in the list box for field
two does not change. If I enter into the form displaying something in
Combo20 (which is field one), then the list box (field two) displays what I
want it to but if I change the data in Combo20, I want the data to also
change simultaneously on the list box (field two) which is not occurring.
What am I missing??
change the output on another field. Field one that I'm inputting data into
is a combo box listing values (from a table) that I can select from. Field
two is a list box to show the output of the below statement (could be
multiple rows):
SELECT DocFamily.Tranlogs, DocFamily.Interleave, DocFamily.[Media Size] FROM
DocFamily WHERE DocFamily.[family name]=[Combo20];
The main issue I am experiencing is that the data in the list box for field
two does not change. If I enter into the form displaying something in
Combo20 (which is field one), then the list box (field two) displays what I
want it to but if I change the data in Combo20, I want the data to also
change simultaneously on the list box (field two) which is not occurring.
What am I missing??