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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to suppress section when database field is suppressed? 1

Status
Not open for further replies.

alexbelovtt

Programmer
Nov 15, 2005
51
US
I use Crystal XI and Visual basic.
One of details section has database field, which is never blank.
I suppress that field if value is duplicated, but how can I suppress whole section if field is suppressed and show if field is not suppressed?
Thank you.
Alex.
 
Go to the section expert->details->suppress->x+2 and enter:

{table.field} = previous({table.field})

-LB
 
Thank you, lbass
That is clear, perfect answer.
Works as you say.
Alex
[sunshine]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top