Hello,
I have a Gallery that contains data about error reports. The gallery data is called "Table3.'Error No1' , Table3.'Error No2'....etc
This data is displayed as "OK" if there is no error or "Error" if there is.
I would like a label to display the amount of errors in the selected gallery item.
For example:
Gallery1.Selected:
Error No1 = OK
Error No2 = OK
Error No3 = Error
Error No4 = Error
Error No5 = OK
Error Count = 2 Errors
Any help would be appreciated.
Kyle