Sert Value from Subform to Subform

Batocanin

New member
Local time
Today, 07:51
Joined
May 30, 2022
Messages
7
in Form "Main" there are two subforms "SubF1" and "SubF2"
How to set velue from "SubF1.ID" to "SubF2.ID"
 
Why would you need to do that? How are these datasets related? Are these ID fields both autonumber?

If you want to provide db for analysis, follow instructions at bottom of my post.
 
Last edited:
No I take ID as example,
SubF1.A1 has a number which schuld be copied in SubF2.AA1
Tables from this two subforms are not related.
 
I believe the standard method is to have a hidden control on the main, which references subform1 control.
Then subform2 control references that hidden main form control?
 

Users who are viewing this thread

Back
Top Bottom