E
EManning
I've got an A2K adp that allows the user to select one or all medical
residents for a report. I'd like to allow the user to select more than one
resident as well. Creating a stored procedure to select just one resident
or selecting all residents is simple. If this were an mdb, I'd construct a
SQL statement that would take all chosen residents and pull just those from
a table. Is there a way to do this in a sp?
residents for a report. I'd like to allow the user to select more than one
resident as well. Creating a stored procedure to select just one resident
or selecting all residents is simple. If this were an mdb, I'd construct a
SQL statement that would take all chosen residents and pull just those from
a table. Is there a way to do this in a sp?