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

supress details.... somehow it comes up twice in the form

Status
Not open for further replies.

pectin232

Technical User
Jan 22, 2011
67
US
How can I suppress a section or details from appearing twice on a form...it kinda duplicates the same thing just below. Thanks
 
What do you mean by "kinda duplicates"?

Go into the section expert->details->suppress->x+2 and enter a formula like this:

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

Choose a field unique to the row that you want displayed. Or you can concatenate a set of fields that if duplicated, you want suppressed.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top