a nice easy SQL command:
set docid [sql “SELECT DoctorFacility.ListName FROM
blah blah
works fine.
question is
how do I retrieve multiple values?
IF I need to run a SQL like :
SELECT DoctorFacility.ListName,DoctorFacility.facilityId ?
how do I set that up to get them both?