the sql ms produced:
SELECT students.Student, students.[First Name], students.[Last Name],
students.[Beginning Date], students.DOB, [student info].ID, [student
info].keyword, [student info].Returning, [student info].[Date Tuition
Agreement Sent], [student info].[Date Enrollment Agreement Sent], [student
info].Term, [student info].Program, [student info].Status, [student
info].[Conference Tim], [student info].[Multiple Address], [student
info].[Trinity Parking], [student info].[Pick Up Notes], [student info].[Car
Pool Number], [student info].[Car Pool Members], [student info].[App Rec'd],
[student info].[App Fee Paid], [student info].[Letter Sent], [student
info].[Accept Sent], [student info].[Deposit Amount], [student info].Balance,
[student info].Tuition, [student info].[Tuition Agreement Rec'd], [student
info].[Enrollment Rec'd], [student info].Notes, [student info].[General Info
Form], [student info].[Supp Emergency Form], [student info].[Photographic
Release], [student info].[Medical Release], [student info].Transportation,
[student info].[Semester 1 Tuition], [student info].[Semester 2 Tuition], *
FROM [student info] INNER JOIN students ON [student info].Student =
students.Student
WHERE ((([student info].Term)="fall 04-05") AND (([student
info].Status)="accept"));