G
Guest
Please help me the following code...I keep getting a message that states TOO
FEW PARAMETERS!
SELECT [Mentor].[Mentor Id], [Mentor].[First Name], [Mentor].[Last Name],
[Mentor].[School]
FROM Mentor
WHERE ((([Mentor].[First Name])=[Forms]![Mentor Search Form]![First Name] Or
([Mentor].[First Name]) Is Null)) Or ((([Mentor].[Last Name])=[Forms]![Mentor
Search Form]![Last Name] Or ([Mentor].[Last Name]) Is Null)) Or
((([Mentor].[School])=[Forms]![Mentor Search Form]![School] Or
([Mentor].[School]) Is Null));
FEW PARAMETERS!
SELECT [Mentor].[Mentor Id], [Mentor].[First Name], [Mentor].[Last Name],
[Mentor].[School]
FROM Mentor
WHERE ((([Mentor].[First Name])=[Forms]![Mentor Search Form]![First Name] Or
([Mentor].[First Name]) Is Null)) Or ((([Mentor].[Last Name])=[Forms]![Mentor
Search Form]![Last Name] Or ([Mentor].[Last Name]) Is Null)) Or
((([Mentor].[School])=[Forms]![Mentor Search Form]![School] Or
([Mentor].[School]) Is Null));