populate fields on original form from info on popup form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form for client info with a combo box to autfill the rest of it.
For new client info, I have a popup form to enter the new info. I set it to
requery on close, but I would also like to populate the fields on the
original form with the new info.
 
I have a form for client info with a combo box to autfill the rest of it.
For new client info, I have a popup form to enter the new info. I set it to
requery on close, but I would also like to populate the fields on the
original form with the new info.

Why?

It sounds like you're copying multiple fields of data from one table,
and storing it redundantly in a second table. This is almost NEVER
necessary nor a good idea.

What's the Recordsource of this form? What's the Rowsource of the
combo? Why are you trying to *copy* the data?

John W. Vinson[MVP]
 
Back
Top