S steffenn New member Local time Today, 08:55 Joined Jan 14, 2002 Messages 7 Jan 14, 2002 #1 In a Report, I would like the word "none" to print when there is no value in the Table. How can I do this? Thanks!
In a Report, I would like the word "none" to print when there is no value in the Table. How can I do this? Thanks!
P Pat Hartman Super Moderator Staff member Local time Today, 03:55 Joined Feb 19, 2002 Messages 47,594 Jan 15, 2002 #2 Replace the field name in the bound control with: =Nz(YourFieldName,"None")