I have put a navigation button on a sub-form. This is the code behind the button:<br>
<br>
DoCmd.GoToRecord acDataForm, "[Parent]![Child]", acLast<br>
<br>
Access will not accept the reference to the sub-form in this format: [Parent]![Child] <br>
<br>
Does anybody know what the correct terminalogy is???<br>
<br>
Thanks!
<br>
DoCmd.GoToRecord acDataForm, "[Parent]![Child]", acLast<br>
<br>
Access will not accept the reference to the sub-form in this format: [Parent]![Child] <br>
<br>
Does anybody know what the correct terminalogy is???<br>
<br>
Thanks!