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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top