Null value

  • Thread starter Thread starter Guest
  • Start date Start date
Isn't that what happens? Or, do you want to print the text "No Value"? If
so, try:
=Nz([YourField],"No Value")
 
Where do I put this line of code?

Thanks.
--
Steve COA-NM


Duane Hookom said:
Isn't that what happens? Or, do you want to print the text "No Value"? If
so, try:
=Nz([YourField],"No Value")


--
Duane Hookom
MS Access MVP


Steve COA-NM said:
How can I code a detail line to print No Value when the query returns
no value?

TIA
 
Duane I did what you posted and it worked! - Thank you very much.
--
Steve COA-NM


Duane Hookom said:
Isn't that what happens? Or, do you want to print the text "No Value"? If
so, try:
=Nz([YourField],"No Value")


--
Duane Hookom
MS Access MVP


Steve COA-NM said:
How can I code a detail line to print No Value when the query returns
no value?

TIA
 
Back
Top