Dialog box that updates two fields in form (1 Viewer)

jleval

Registered User.
Local time
Today, 04:40
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?
 

pbaldy

Wino Moderator
Staff member
Local time
Today, 03:40
Joined
Aug 30, 2003
Messages
36,132
What do you mean by dialog box (what's the code)? It would be different for a form vs an InputBox.
 

jleval

Registered User.
Local time
Today, 04:40
Joined
May 16, 2012
Messages
53
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

Top Bottom