G
Guest
why is this not updateable -- designed in design view but sent sql view. if
i have to remove the group by -- what should i replace it with?
SELECT [Service Record].PropertyID, [Service Record].ServiceID, [Service
Record].Service, [Service Record].Printed
FROM LU_ServicesII INNER JOIN [Service Record] ON LU_ServicesII.[Service
Name] = [Service Record].Service
WHERE (((LU_ServicesII.[Service Name])=[Enter Service Name]) AND (([Service
Record].Render)=No) AND (([Service Record].Cancel)=No))
GROUP BY [Service Record].PropertyID, [Service Record].ServiceID, [Service
Record].Service, [Service Record].Printed
HAVING ((([Service Record].Printed)=No));
i have to remove the group by -- what should i replace it with?
SELECT [Service Record].PropertyID, [Service Record].ServiceID, [Service
Record].Service, [Service Record].Printed
FROM LU_ServicesII INNER JOIN [Service Record] ON LU_ServicesII.[Service
Name] = [Service Record].Service
WHERE (((LU_ServicesII.[Service Name])=[Enter Service Name]) AND (([Service
Record].Render)=No) AND (([Service Record].Cancel)=No))
GROUP BY [Service Record].PropertyID, [Service Record].ServiceID, [Service
Record].Service, [Service Record].Printed
HAVING ((([Service Record].Printed)=No));