I'm using VBA in Access. I have a table with the date format set to "mmm-yy". In VBA I also have the date format set to "mmm-yy". In doing a seek on the table, I'm getting a hit on "Jan-00" even though the argument I'm using is "Jan-01". It acts like the system is reading Jan-01 as January 1st, even though the format is mmm-yy. So, rather than adding records for 2001, I'm editing the records for 2000 - not what I had in mind. Any suggestions?<br><br>Thanks - Ham