I have a query that prompts for the date and shift for downtime of certain departments. I want to be able to select a specific shift or all if none is entered.
here's a snippet of the sql:
WHERE ((([Sawmill Service Records].ServiceDate) Between [Enter Start Date] And [Enter End Date]) AND (([Sawmill Service Records].Shift) Like [Enter Shift])
here's a snippet of the sql:
WHERE ((([Sawmill Service Records].ServiceDate) Between [Enter Start Date] And [Enter End Date]) AND (([Sawmill Service Records].Shift) Like [Enter Shift])