Atomic Shrimp
Humanoid lifeform
- Local time
- Today, 12:22
- Joined
- Jun 16, 2000
- Messages
- 1,953
I've got a datasheet subform which contains a list of invoices to be extracted for transmission by EDI... anyway each item in the list can be one of: 'New', 'Seen Before' 'Failed', 'Not Available' etc.
So in the underlying table I have a column 'status' that contains a number which relates to a particular status.
OK so far, but I want 'New' to appear in green, 'Failed' in red and so on - I had started to do this by making the status flag either +1, 0 or -1 and using the format property, but there are a couple of problems with this:
-'Status' has more than the three (or four with null, which I can't really use) possible states which the format property will allow me to display.
-The [Green] colour that the Format property gives is too faint to be any use, I want something a bit darker.
So I thought I would create my own little bitmaps (made of coloured text in Paintbrush) in a related table in all sorts of colours and use them, but they don't display as bitmaps in the continuous form view
So, what do I do? any ideas? - I really would like to use a different colour for each possible state.
Hope the above makes some sort of sense.
Mike
So in the underlying table I have a column 'status' that contains a number which relates to a particular status.
OK so far, but I want 'New' to appear in green, 'Failed' in red and so on - I had started to do this by making the status flag either +1, 0 or -1 and using the format property, but there are a couple of problems with this:
-'Status' has more than the three (or four with null, which I can't really use) possible states which the format property will allow me to display.
-The [Green] colour that the Format property gives is too faint to be any use, I want something a bit darker.
So I thought I would create my own little bitmaps (made of coloured text in Paintbrush) in a related table in all sorts of colours and use them, but they don't display as bitmaps in the continuous form view
So, what do I do? any ideas? - I really would like to use a different colour for each possible state.
Hope the above makes some sort of sense.
Mike