Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Null memo field

Status
Not open for further replies.

keo216

Technical User
Nov 26, 2002
102
0
0
US
is there any workaround for detecting if a memo field is null? I have a detail sub section that contains a 2000 character memo field. It is the only field in the section. If it's null I'd like the section to be suppressed but I don't know how to format the section to do that. My reason is that I can't see the memo field in the list of available format fields so can't use the memo field to control it.
Using V8.5
thanks
keo

kowen@rrwa.net
 
It won't show up in the Formula Editor, but you can type it in manually. I believe that this is the ONLY way Crystal will let you use a Memo field in a formula.
[tt]
IsNull({Table.MemoField})
[/tt]
-dave
 
As Dave pointed out, Crystal will allow you to test for null on the memo field, and you can also create a SQL Expression and have the database return it which should prove faster. This is database/connectivity dependent, so post database info if you need assistance.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top