J
JimP
I've used the Nz function in queries to set Null values to fixed values
e.g.Nz(Field1,0)
It appears the function will also accept a variable instead of a fixed
value. e.g.Nz(Field1, Field2)
This is not documented in MS-Access help - are there issues?
e.g.Nz(Field1,0)
It appears the function will also accept a variable instead of a fixed
value. e.g.Nz(Field1, Field2)
This is not documented in MS-Access help - are there issues?