A
AmyLou
I am very new to Access so please bear with me if it’s something really
obvious but I have a problem that’s completely baffled me! I’ve set up a
simple query to search for criteria, when I first set it up there were only 3
criteria I needed to search for (types of University School in the field
‘School’, and the year) and it worked fine. I’ve now added two more Schools
but when I search for these I get no results! This is a copy of the SQL view
from the unsuccessful query in case that helps…
SELECT [ExEx Noms].Title, [ExEx Noms].[First Name], [ExEx Noms].[Last Name],
[ExEx Noms].[Place of work], [ExEx Noms].Programme, [ExEx Noms].Component,
[ExEx Noms].From, [ExEx Noms].To, [ExEx Noms].School, [ExEx Noms].[Title
(Nominee)], [ExEx Noms].Forename, [ExEx Noms].Surname, [ExEx
Noms].Institution, [ExEx Noms].[Date to SQC], [ExEx Noms].[Date to ASC],
[ExEx Noms].[Date to AB], [ExEx Noms].[Date Confirmed], [ExEx Noms].Comments,
[ExEx Noms].[Proposed From], [ExEx Noms].[Proposed To]
FROM [ExEx Noms]
WHERE ((([ExEx Noms].To)="2007") AND (([ExEx Noms].School)="Social Studies"));
Any help would be greatly appreciated.
obvious but I have a problem that’s completely baffled me! I’ve set up a
simple query to search for criteria, when I first set it up there were only 3
criteria I needed to search for (types of University School in the field
‘School’, and the year) and it worked fine. I’ve now added two more Schools
but when I search for these I get no results! This is a copy of the SQL view
from the unsuccessful query in case that helps…
SELECT [ExEx Noms].Title, [ExEx Noms].[First Name], [ExEx Noms].[Last Name],
[ExEx Noms].[Place of work], [ExEx Noms].Programme, [ExEx Noms].Component,
[ExEx Noms].From, [ExEx Noms].To, [ExEx Noms].School, [ExEx Noms].[Title
(Nominee)], [ExEx Noms].Forename, [ExEx Noms].Surname, [ExEx
Noms].Institution, [ExEx Noms].[Date to SQC], [ExEx Noms].[Date to ASC],
[ExEx Noms].[Date to AB], [ExEx Noms].[Date Confirmed], [ExEx Noms].Comments,
[ExEx Noms].[Proposed From], [ExEx Noms].[Proposed To]
FROM [ExEx Noms]
WHERE ((([ExEx Noms].To)="2007") AND (([ExEx Noms].School)="Social Studies"));
Any help would be greatly appreciated.