Hi,

I am using VB6 and have a masked edit text box. In the mask property I have #.####. I am also using an access database. The textbox works fine if the number is positive (1.2345), however if the number is negative I get an "Invalid Property" error message when I try to display it. Is there a way to fix this without using ##.####.

Thanks,

Mark