Jeff
Thanks for getting back to me.
The form is 'queried' to;
SELECT Students.[First Name], Students.Surname, Students.[Tel No],
Students.[Mobile No], Students.DOB, Students.Comments, Preferences.[Pref
Day], Preferences.[Anticipated Level], Preferences.[Pref Course] FROM
Students INNER JOIN Preferences ON Students.[No]=Preferences.ID;
If I input a number of records it appears only certain ones (and always
the
first one) appear.
Jeff Boyce said:
Martin
A form in Access only shows what its underlying record source allows it
to
show. What is the source for your form?
Regards
Jeff Boyce
Microsoft Office/Access MVP
I notice that in a Form that inputs to various tables that only certain
records are 'viewable' when scrolling back/forwards - why would this
be?
Many thanks in advance.
Martin