XelaIrodavlas
Registered User.
- Local time
- Today, 21:38
- Joined
- Oct 26, 2012
- Messages
- 175
Hi all,
Apologies if I'm being dim but I need some ideas on the best way to solve my problem:
I have a report that displays incidents, their details, consequences and a photo. Among the details is a severity rating high medium or low, I have been asked to make the report shorten the records which have been given a low severity (because it takes up as much space as the more important/severe ones).
The only method I can think of is to use the onformat event, to shrink and make invisible all the fields that I don't want to see if the severity field shows 'low' - but given the amount of code this will require it doesn't seem like a terribly efficient way to do it.
Am I just being thick? is there an easier way to do this (maybe some kind of subform?) or do I just need to man-up and start typing?
Thanks in advance
Apologies if I'm being dim but I need some ideas on the best way to solve my problem:
I have a report that displays incidents, their details, consequences and a photo. Among the details is a severity rating high medium or low, I have been asked to make the report shorten the records which have been given a low severity (because it takes up as much space as the more important/severe ones).
The only method I can think of is to use the onformat event, to shrink and make invisible all the fields that I don't want to see if the severity field shows 'low' - but given the amount of code this will require it doesn't seem like a terribly efficient way to do it.
Am I just being thick? is there an easier way to do this (maybe some kind of subform?) or do I just need to man-up and start typing?
Thanks in advance