Dialog box that updates two fields in form

jleval

Registered User.
Local time
, 18:01
Joined
May 16, 2012
Messages
53
My form has a button that copies all the current data into a new record. Only two fields are not being updated in this process. What I would like to do is have a dialog box that pops up and allows me to update those two fields within the dialog box. I can do all that. What I need is some code that moves the data from the dialog box fields to the form fields. Anyone know how to do that?
 
What do you mean by dialog box (what's the code)? It would be different for a form vs an InputBox.
 
What I mean is that I will have a form pop up that has two fields. Once I update those fields on the popup form, I would have a command button that transfers the data on the popup form to my regular form.
 

Users who are viewing this thread

Back
Top Bottom