Eric_1226
Jul 19, 2021Copper Contributor
Left Function in Access Doesn't Count Decimal Point As a Character
So I am tryting to do Select
Right(Left([NUMBER]*0.65-Int([NUMBER]*0.65),4),1)
to get the 4th character ( so the 2nd decimal place, e.g. to return {3} from {1.234}) of this resulting number in a query. I found that it would actually return {4} (that is, the 5th character) because the Left function didn't count decimal point as a character. The funniest thing is I copied this function straight from collegues and it worked just as expected on every others' devices. I don't think I have ever touched any settings even though I think its something woring in the settings.
Any help please:( Thanks a lot.