Here's the code that I'm having trouble with:
Bet 1 mån: IIf ( [Betalningstidpunkt] < ( Now() + 30 ) ; [Skostnad] )
I've checked with VarType and they are 3:Long Floating type. Problem is that the default result numbers do not have thousand separators while "Standard" Format gives me decimals.
I don't want any decimal in the result and the field Decimal Places is nowhere to be found.
What I am suspecting is that Access is seeing the query as Text since there is a "Text Format" option available in the properties.
Any body has an idea how to fix this?
Bet 1 mån: IIf ( [Betalningstidpunkt] < ( Now() + 30 ) ; [Skostnad] )
I've checked with VarType and they are 3:Long Floating type. Problem is that the default result numbers do not have thousand separators while "Standard" Format gives me decimals.
I don't want any decimal in the result and the field Decimal Places is nowhere to be found.
What I am suspecting is that Access is seeing the query as Text since there is a "Text Format" option available in the properties.
Any body has an idea how to fix this?