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.
DoCmd.RunSQL "SELECT taskCEID AS CEID,taskID AS taskID2,Concatenate('SELECT taskCauseFailureCause FROM TaskCauses WHERE taskCauseTaskID=' & [taskID]) AS Cause INTO test2 FROM Tasks ORDER BY taskCEID,taskID;"