Form Contol value to equal another

  • Thread starter Thread starter Ladybird
  • Start date Start date
L

Ladybird

Need the autonumber PK to be entered in another (Form & a Subform) tables FK
field on a form, I have tried in the Control Source
[myFKfrmControl]=[myPKfrmControl] gives #Name? & Default Value
=[myPKfrmControl] with no success. Such a fundamentally simple thing yet
arrrgghh!
 
Ladybird said:
Need the autonumber PK to be entered in another (Form & a Subform)
tables FK field on a form, I have tried in the Control Source
[myFKfrmControl]=[myPKfrmControl] gives #Name? & Default Value
=[myPKfrmControl] with no success. Such a fundamentally simple thing
yet arrrgghh!

If the second form is within a subform embedded within the first then you use
the MasterLink ChildLink properties of the subform control to do this.
 
Back
Top