I have query where a column has a start date and end date. I wanted to be able to work out the days taken for each episode but take off days where weekends are encountered?
Best wishes
Tez
SELECT tbl_Data.EpisodeID, tbl_Data.Outcome, tbl_Data.ReferringHospital, tbl_Data.ReceiveHospital...