April 27, 201213 yr I am trying to develop a chart of tasks for my cabinet shop. This chart has three fields: Account , Task, Code I would like to constrain the printout (or layout) to only include the ACCOUNT description for each record just one time in the printed or viewed list. I want the effect of turning this value into a chart heading so that this value does not repeat itself for each record on the form. Is this possible to do?
April 27, 201213 yr If they are properly sorted, you can attach conditional formatting to the Account field which makes it invisible (set font size custom 500 in 'more formatting') if formula = Self = GetNthRecord ( table::Account ; Get ( RecordNumber ) - 1 ) edited ... where table::Account is your account field Edited April 27, 201213 yr by LaRetta
Create an account or sign in to comment