can i send values back from a popup form ? (1 Viewer)

Ahamedos

New member
Local time
Today, 22:01
Joined
Nov 20, 2017
Messages
2
Hi,
in Access i'm able to send data from form to another.
but i'm trying to send data back from a popup form.

in my cenario Original form has a subform to enter products.
when I click in one product it will open a popup form showing some extra information in Datasheet about that Clicked product.
in the popup form I want to click in one option and send it's values back to the original form to Autofill some fields.



is it possible ?
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 03:01
Joined
May 7, 2009
Messages
19,229
possible, you can use double click event of uom of pop up.

forms!yourMainformName!yourSubformName.Form!UOM=Me.UOM
 

Users who are viewing this thread

Top Bottom