JGalletta
Windows 7 Access 2010
- Local time
- Today, 02:57
- Joined
- Feb 9, 2012
- Messages
- 149
Hello all,
Thanks for all the help on other subjects and threads. Here is another interesting question:
Is it possible to reference the value of a control in the current record of a subform that is in continuous view from another subform without using DLookUp to reference the value in the underlying table?
Something like:
"Forms!frmMainForm!ChildForm!CurrentRecord.DesiredControl.Value"?
This obviously wouldn't work.. but this is what I'm trying to get at instead of using somthing like:
DLookUp( "DesiredControlValuefromTable", "tblChildFormDomain", "tblChildFormDomain.ChildJoinPK = '" & Forms!frmMainForm!MainFormJoinPK & "'")
Or, is there some other way to accomplish something like this?
Thanks for all the help on other subjects and threads. Here is another interesting question:
Is it possible to reference the value of a control in the current record of a subform that is in continuous view from another subform without using DLookUp to reference the value in the underlying table?
Something like:
"Forms!frmMainForm!ChildForm!CurrentRecord.DesiredControl.Value"?
This obviously wouldn't work.. but this is what I'm trying to get at instead of using somthing like:
DLookUp( "DesiredControlValuefromTable", "tblChildFormDomain", "tblChildFormDomain.ChildJoinPK = '" & Forms!frmMainForm!MainFormJoinPK & "'")
Or, is there some other way to accomplish something like this?