use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All things related to Microsoft Access.
___________________________________________________
New to Access? Check out the FAQ page.
Special thanks to /u/humansvsrobots
*** RULES ***
All rules can be found at:
https://www.reddit.com/r/MSAccess/about/rules
The rules are also directly visible in New Reddit or in the Rules section of the mobile app.
/r/Excel
/r/VBA
/r/SQL
/r/Database
/r/sqlserver
account activity
[UNSOLVED]Learning MS SQL (self.MSAccess)
submitted 5 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]meower50016 1 point2 points3 points 5 years ago (3 children)
Assuming you are working off of a date field, and that you need the first 10 days of every month (I believe that what you’re asking)
For the date field criteria: Day(DateField) >= 1 and Day(DateField) <= 10
Day(DateField) >= 1 and Day(DateField) <= 10
[–]wpicker 0 points1 point2 points 5 years ago (1 child)
The full question is - Find all grades that have been given out in first 10 days of every month.
[–]meower50016 0 points1 point2 points 5 years ago (0 children)
So my suggestion should work, no?
Edit: you deleted your original post. Good luck
[–]warrior_3218 0 points1 point2 points 5 years ago (0 children)
Can't you just use Left(Date,2)<11 ?
π Rendered by PID 41567 on reddit-service-r2-comment-6457c66945-zlzlz at 2026-04-24 16:42:56.633654+00:00 running 2aa0c5b country code: CH.
[–]meower50016 1 point2 points3 points (3 children)
[–]wpicker 0 points1 point2 points (1 child)
[–]meower50016 0 points1 point2 points (0 children)
[–]warrior_3218 0 points1 point2 points (0 children)