matteaster
Technical User
Code:
prcRating = DAvg(vepField, tblName, "[Date] BETWEEN " & TextToDate2 & " AND " & TextFromDate2)
returns the asccii character #218: "?" or at least that is what it looks like to me. Any help is appriciated!
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.
prcRating = DAvg(vepField, tblName, "[Date] BETWEEN " & TextToDate2 & " AND " & TextFromDate2)
prcRating = DAvg(vepField, tblName, "[Date] BETWEEN #" & TextFromDate2 & "# AND #" & TextToDate2 & "#")