G
Guest
I have numeric values stored in a field called "Starting Target". Some numbers have decimals (765.24) and some don't (765). A "Starting Target" is considered recent if it does NOT have decimals. I thought a function such as Right([Starting Target],2) would give me the 2 digits after the decimal, then if those digits are 00 I could label those as recent
Unfortunately, for a field that is displayed as 765.00, the Right function is giving me 65, not the 00 I was hoping for. Also, for a field displayed as 765.30, the Right function gives me .3, not 30. It seems to ignore all zeros after the decimal
I've played around with different Data Types and Formats, but so far no luck. Any suggestions?
Unfortunately, for a field that is displayed as 765.00, the Right function is giving me 65, not the 00 I was hoping for. Also, for a field displayed as 765.30, the Right function gives me .3, not 30. It seems to ignore all zeros after the decimal
I've played around with different Data Types and Formats, but so far no luck. Any suggestions?