A awake2424 Registered User. Local time Today, 10:37 Joined Oct 31, 2007 Messages 479 Sep 26, 2008 #1 Can I update a form control source to be a new field in a linked table? Thanks.
C CyberLynx Stuck On My Opinions Local time Today, 08:37 Joined Jan 31, 2008 Messages 585 Sep 27, 2008 #2 You will need to include he Linked table within the current Record Source for the Form the Control reside in. Me.ControlName.ControlSource = WhateverTableField But make sure the Forms' Record Source is properly set first. .
You will need to include he Linked table within the current Record Source for the Form the Control reside in. Me.ControlName.ControlSource = WhateverTableField But make sure the Forms' Record Source is properly set first. .