I am wanting to set a variable (trncount) that counts the number of records that have a particular text the same as that in my dropdown box. Can you help me with the syntax? It keeps telling me that I am trying to compare a table to a record.
Set(trncount,CountIf(Training, Training.Description = Dropdown4.SelectedText))
Any help much appreciated
Peter