here's an example of what i want to do:
SQL = "SELECT Table1.equipment FROM Table1 WHERE (((Table1.clinic)='" & strCriteria & "'))"
then execute it and then store the values returned (equipment in this case) in a variable or array.
Thanks,
scratch
SQL = "SELECT Table1.equipment FROM Table1 WHERE (((Table1.clinic)='" & strCriteria & "'))"
then execute it and then store the values returned (equipment in this case) in a variable or array.
Thanks,
scratch