I’m trying to use both the Round and Nz functions in the same expression in a query, having problems though. This is what I’ve got so far:
Basically I want to round up the TEX value to 1 decimal place, BUT if there is no value in the field then I want it to use 1.5 automatically.
At the moment I’m getting a syntax error – can someone help please?
Cheers
Code:
Texture: (Round([TEX]),Nz([TEX],1.5),1)
Basically I want to round up the TEX value to 1 decimal place, BUT if there is no value in the field then I want it to use 1.5 automatically.
At the moment I’m getting a syntax error – can someone help please?
Cheers