Jarvis Posted April 27, 2012 Posted April 27, 2012 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?
LaRetta Posted April 27, 2012 Posted April 27, 2012 (edited) 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, 2012 by LaRetta
Recommended Posts
This topic is 4591 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now