Hi, I have a looping problem.
I would like tp display all the programs in a select box and only select the ones that are coming from the database (the user's saved programs).
This is my code:
<cfquery name="query1" datasource="#DB#">
SELECT F.ID, F.First_Name, F.Last_Name, F.a, F.b, F.c...