I have a numeric month, a numeric year and I am concatinating them together to produce a date value. I need to filter this value using a between date and date. How can I do this? My first guess is to convert the string to a date value, but havn't had any luck yet. Tried Format(MyTable.MyDate,"mm/dd/yyyy") but didn't do a darn thing.