Wapug
Registered User.
- Local time
- Today, 11:19
- Joined
- Apr 14, 2017
- Messages
- 51
So, I have a table with a date column populated as mm/dd/yyyy this table will store rows from dates throughout the year only (meaning at the end of 2017 a new table with 2018 dates will be created). I have a query that I am creating in access from that table (the table is called tTeamScores) and I would like that query to look at the date field (the field name is DATEWRKD) and pull only those dates for whatever two digit month I enter into the form (its called FORM1 and the date text box is called DATEMO) prior to pushing the button to run the query. How can I do this? I cant seem to get the wording for the Expression. I want to be able to type 10 in my form and have the query only pull up rows from the table where the record has a DATEWRKD from the month of October.