Hi,
I am trying to create a list box with information generated from a database. I have done this before but the problem is that I would like to select certain information to be in the list box. For example I have a faults table; each fault has a status assigned to them and I would like to select all the faults that are unassigned to be in the list box. Do I have to use an SQL statement in this?? Any help would be greatly appreciated!!
I am trying to create a list box with information generated from a database. I have done this before but the problem is that I would like to select certain information to be in the list box. For example I have a faults table; each fault has a status assigned to them and I would like to select all the faults that are unassigned to be in the list box. Do I have to use an SQL statement in this?? Any help would be greatly appreciated!!