Newbies LD Afogel Posted April 10, 2010 Newbies Posted April 10, 2010 Hey All, I'm by no means a pro at this, so I would appreciate some help finding a solution. I am creating a database which will contain a sequential set of commands for a group of people. The database needs to be editable. I think the best way to describe my problem is by example. Say I have 10 records. In rec2: Field 1 = "ON" In rec5: Field 1 = "OFF" In rec8: Field 1 = "ON" I'd like to make use of conditional formatting so that in rec2 through rec4, a field is bold, then in rec5 through rec7, the field is not bold, and so on and so forth. I don't know how to make it look back in the sorted list to see what the last non-empty record is. If you need me to explain it differently, please let me know. Thanks, Alex
Lee Smith Posted April 10, 2010 Posted April 10, 2010 If I'm understanding you correctly. Use the Conditional Formatting with a formula of Self = "ON" then select the Bold as the Format. HTH Lee
comment Posted April 10, 2010 Posted April 10, 2010 You could try something like the attached. Keep in mind that the cascading calculation is unstored, and may prove too slow for large found sets. Cascade.fp7.zip
Newbies LD Afogel Posted April 10, 2010 Author Newbies Posted April 10, 2010 That did the trick. Thanks for the help! Alex
Recommended Posts
This topic is 5679 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