H
Harmannus
Hallo,
Is it possible to set the fontcolor for each value in a unbound listbox?
So i have a listbox based on a query (see below). In a subtable i have
colorcodes corresponding with a group in tblSales. Based on the colorcode of
the GroupID in tblSales i would like the field Sales to be shown in the
corresponding ColorCode e.g. Red.
Something like "For each value Me.Sales.FontColor=ColorCode.value". Can this
be done?
tblSales
SalesID
SalesDescription
GroupID
tblGroup
GroupID
GroupDescription
ColorID
tblColor
ColorID
ColorCode
qselSales: SalesID, Sales: SalesDescription &", "&GroupDescription
Thanx for any tips!
Regards,
Harmannus
Is it possible to set the fontcolor for each value in a unbound listbox?
So i have a listbox based on a query (see below). In a subtable i have
colorcodes corresponding with a group in tblSales. Based on the colorcode of
the GroupID in tblSales i would like the field Sales to be shown in the
corresponding ColorCode e.g. Red.
Something like "For each value Me.Sales.FontColor=ColorCode.value". Can this
be done?
tblSales
SalesID
SalesDescription
GroupID
tblGroup
GroupID
GroupDescription
ColorID
tblColor
ColorID
ColorCode
qselSales: SalesID, Sales: SalesDescription &", "&GroupDescription
Thanx for any tips!
Regards,
Harmannus