Hi
Im trying to put the Nz Function into the criteria part of my query. Basically I hace a list box that shows the tool number and description of a tool. However is the value of the the tool number = UNKNOWN how do I make it such that it will sub in the serial number instead?
tool numbers are stored in the field "Tool No#"
serial numbers are stored in the field "Serial No#"
description of the tool is in the field "Description"
here is the code i am using but i know that the Nz Function is used for null values so i dont know if i should be using this?
Thanks
Jer
Im trying to put the Nz Function into the criteria part of my query. Basically I hace a list box that shows the tool number and description of a tool. However is the value of the the tool number = UNKNOWN how do I make it such that it will sub in the serial number instead?
tool numbers are stored in the field "Tool No#"
serial numbers are stored in the field "Serial No#"
description of the tool is in the field "Description"
here is the code i am using but i know that the Nz Function is used for null values so i dont know if i should be using this?
Any help would be great!Nz([Tool No#],'[Serial No#]')
Thanks
Jer