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.
SELECT Table5.mydate
FROM Table5
WHERE (((Weekday([mydate]))=1 Or (Weekday([mydate]))=7));
WHERE (((Weekday([YourTable]![DateField]))=1 Or (Weekday([YourTable]![DateField]))=7));