Could you explain what you mean by "pull"? And which month - the
current month?
Bear in mind - WE cannot see your database and do not know your
business.
As a criterion to retrieve all records from a table with the datefield
MyDate between the first of the current month and today's date, use a
criterion of
BETWEEN DateSerial(Year(Date()), Month(Date()), 1) AND Date()