If I wanted to create a piece of code that was able to detect the year as being '3' (2003) would this code be sufficient
yearval = Left(2, Year(dateval))
Or would in need something else? I have tried using the above with different variables and it does not seem to work.
Thanks
