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.
me.calMyCalendar.Value = Date
Forms![frmMaster].sfmChild.form.filter = "[dteMyEntryDate]=#" & me.calMycalendar.value & "#"
strSQL = _
"SELECT * FROM tblCalendarEntries " & _
"WHERE (((dteMyDateEntry)=#" & me.calMyCalendar.value & "#));"
Forms![frmMaster].sfmChild.form.recordsource = strSQL