I'm not sure if that will help in the short term. I'm using a mm/yy date on a form as the criteria for the query to find the appropriate records. However, you're response did help me find a temporary solution. Maybe I should rephrase now that it's working (within the last 10 mins).
Is there perhaps a way to specify a selection to be the last day in the month in a query (I'm horrendous w/ VB)? So far, I've done things the roundabout way and converted the date type in my query to modify the MM/YY value on the form to a mm/dd/yy and then search my table for it. So to get the whole month, I'm using an expression that adds the first day of the month plus 30. Obviously, this doesn't work on short months, as other records at the beginning of the month will be gathered as well.
Thx,
Fletch