Link Master and Child fields

L

Levans digital

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
 
D

Douglas J. Steele

Me!NameOfSubformControl.LinkChildFIelds = "WaybillDB"

or

Me!NameOfSubformControl.LinkChildFIelds = "WaybillID"
 
L

Levans digital

Thanks very much. Can this be accomplished on a report. I tried it on a
report and it got an error message
 
Top