Hi,
I can't figure this out.
I want to add and convert by muliplying 3 fields together But some of the fields could be Null.
I have this but it doesn't work.
Length(InMeters): Nz(([Length(ft)]*0.3048)+([Length(mm)]*0.001)+([Length(m)]))
Thanks
I can't figure this out.
I want to add and convert by muliplying 3 fields together But some of the fields could be Null.
I have this but it doesn't work.
Length(InMeters): Nz(([Length(ft)]*0.3048)+([Length(mm)]*0.001)+([Length(m)]))
Thanks