I have a field that has the format 2/1/2008 or, depending on the month and day, it could be 10/13/2008. I want my query to select only what is between the slashes and always return a 2 digit (zero filled) number. So 2/1/2008 should return "01" and 10/13/2008 should return "13"
Thanks and thanks to everyone that helped me yesterday
Thanks and thanks to everyone that helped me yesterday