D
D. Minter
I want to use a tab control to separate linked forms
(master, sub1). I created the forms independently, then
placed each on a 2 page tab control, entering the linking
fields manually in the sub form's properties sheet. The
problem: Access seems to have accepted the link, and the
sub shows the correct data for the first master record,
but when another record in the master is selected (on page
1), none of the linked detail records records appear.
The syntax used was: child: fieldname. For the Master:
[formname].form![fieldname].
Any suggestions? Should [page1] have been in the master
link description? What is the proper syntax? Is there a
better way to do this?
DM
(master, sub1). I created the forms independently, then
placed each on a 2 page tab control, entering the linking
fields manually in the sub form's properties sheet. The
problem: Access seems to have accepted the link, and the
sub shows the correct data for the first master record,
but when another record in the master is selected (on page
1), none of the linked detail records records appear.
The syntax used was: child: fieldname. For the Master:
[formname].form![fieldname].
Any suggestions? Should [page1] have been in the master
link description? What is the proper syntax? Is there a
better way to do this?
DM