I am using Microsoft Access Project and I have got the following stored procedure which creates a table:ALTER PROCEDURE dbo.[Qry D1 GroupedFail&Success]
(@EnterDate1 datetime,
@EnterDate2 datetime)
AS
SELECT CONVERT(char(10), wcs_entry_date_time, 103) AS Date, RTRIM(wcs_zone) AS Zone...