Identify subform controlsourve (1 Viewer)

FuzMic

DataBase Tinker
Local time
Today, 11:36
Joined
Sep 13, 2006
Messages
719
Hi experts

Let say I have a bounded text field whose control name is txtFld. This control is in a subform SF1.

There is another subform SF2 in the same main form.

In SF2 there is a text control which I want to link to txtFld. How to identify it eg =[SF1].[txtFld] will generate #name error
 

Ranman256

Well-known member
Local time
Yesterday, 23:36
Joined
Apr 9, 2015
Messages
4,339
use the BUILDER...it gets the paths correct.
usu: forms!fMasterFrm!SF1.form.txtFld

but you shouldn't be linking 1 subform to another subform,
subforms link to the master form
 

FuzMic

DataBase Tinker
Local time
Today, 11:36
Joined
Sep 13, 2006
Messages
719
Thank you guys should resolved.
Build big help
 
Last edited:

Users who are viewing this thread

Top Bottom