John,
I have now created a subform in datasheet view on another tab. However the
subform is not displaying the correct number of records found on the form
view. I suspect it has something to do with the subform function restricting
the number of fields that can be linked between the main form and subform.
Do any suggestions to what I am doing wrong?
Since you don't say anything about the recordsource of either form, nor what
you're using as the master/child link fields, it's a mite difficult to say
what you're doing wrong.
If you want the subform to display all records, simply leave the master/child
link fields blank; it won't filter the subform at all.
To add a new Tab control to a form, use the toolbox wizard to add a new Tab
control to the form. You may want to move existing controls onto the first
page of the tab control - it's a bit tricky to do so! You can't drag the
controls onto it, they'll be "in front" of the tab page, not on it. instead,
select all the controls you want to insert onto the tab page (ctrl-click them
all); type Ctrl-X to cut them to the clipboard; select the *tab* of the
desired page (not the surface but the tab itself, the page should darken);
then type Ctrl-V to paste the controls from the clipboard.
John W. Vinson [MVP]