Link Master and Child fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there anyway I can programmatically Change the source of the "link Child
field" to another field on my form/report.

My Link master field is "WaybillID", Link Child field is "WaybillID" and
althernative link Child field is "WaybillIDB"

Thanks

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...-a6ce-e700721def6c&dg=microsoft.public.access
 
Me!NameOfSubformControl.LinkChildFIelds = "WaybillDB"

or

Me!NameOfSubformControl.LinkChildFIelds = "WaybillID"
 
Thanks very much. Can this be accomplished on a report. I tried it on a
report and it got an error message
 

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