Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
lblHeading.Caption = "Projects Started between " & StartStg & " - " & EndStg
SELECT JobID, JobName, StartDate, FinishDate
FROM TblJobDetails
WHERE StartDate between [date1] and [date2]