G
Guest
How can I code a detail line to print No Value when the query returns
no value?
TIA
no value?
TIA
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 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