MattBaldry
Self Taught, Learn from the Forums
- Local time
- Today, 17:27
- Joined
- Feb 5, 2019
- Messages
- 365
Hi All,
Is it possible to use conditional formatting on a continuous form, but get the colour from a table? Lets say I have a status table like below.
Is it possible to conditional format the form using the StatusColourRGB field? This would mean I could add more status options and colours without having to format the form.
~Matt
Is it possible to use conditional formatting on a continuous form, but get the colour from a table? Lets say I have a status table like below.
| StatusID | StatusName | StatusColourRGB |
| 1 | Enquiry | 51, 255, 255 |
| 2 | Open | 246, 255, 51 |
| 3 | Ordered | 51, 255, 51 |
| 4 | Closed | 255, 162, 51 |
Is it possible to conditional format the form using the StatusColourRGB field? This would mean I could add more status options and colours without having to format the form.
~Matt