I don't know how to create stored procedures---Can any1 help me ?
I need to access some records off a table-> employeeInfo and use them to populate the recordset. Now how would I create a store prod. to do the same.

earlier I used 2 do it with an SQL stmt--

"select * from employeeInfo"