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.
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...