If you're using Access 2000 or higher, you can use the Replace function like this:
Replace("05605080","0","")
If you're using Access 97 (or earlier), you'll need to use code like Fofa's. If speed is not an issue, and you're lazy :), and you have Excel also installed on the same computer, you...