M
Matt
I am getting this error (3125) in Access 2003 when I try to run the
following query, saved with the name "btm2":
"SELECT [Staff.Contacts].Department, Hours.[Hours Logged]
FROM [Staff Contacts] INNER JOIN Hours ON [Staff Contacts].Name =
Hours.[Staff Contact]
WHERE (Hours.Date)>=[Enter Start Date] And (Hours.Date)<=[Enter End
Date]
GROUP BY [Staff Contacts].Department;
"
I can view it in design view or SQL view and it saves, but I can't run
it. It doesn't work if I save it as another name either. btm1, another
query in the same database, works fine. And there are no apostrophes
anywhere in the path.
It is a master of a replicated database, though.
following query, saved with the name "btm2":
"SELECT [Staff.Contacts].Department, Hours.[Hours Logged]
FROM [Staff Contacts] INNER JOIN Hours ON [Staff Contacts].Name =
Hours.[Staff Contact]
WHERE (Hours.Date)>=[Enter Start Date] And (Hours.Date)<=[Enter End
Date]
GROUP BY [Staff Contacts].Department;
"
I can view it in design view or SQL view and it saves, but I can't run
it. It doesn't work if I save it as another name either. btm1, another
query in the same database, works fine. And there are no apostrophes
anywhere in the path.
It is a master of a replicated database, though.