update

awake2424

Registered User.
Local time
Today, 10:37
Joined
Oct 31, 2007
Messages
479
Can I update a form control source to be a new field in a linked table?

Thanks.
 
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.

.
 

Users who are viewing this thread

Back
Top Bottom