P
Philippe
I have to make a new form. In this new form, I want to
ask the user to enter an ID, then the form will populate
some fields, then the user fill the rest of the form with
new data.
I have two tables, A and B, A is the old table containing
data and B is the new one. There is a relationship
between A and B (ID).
The question is how do I make the form look for the data
into the table A when the user enter an ID? The form is
based on a query (maybe that is the problem?).
ask the user to enter an ID, then the form will populate
some fields, then the user fill the rest of the form with
new data.
I have two tables, A and B, A is the old table containing
data and B is the new one. There is a relationship
between A and B (ID).
The question is how do I make the form look for the data
into the table A when the user enter an ID? The form is
based on a query (maybe that is the problem?).