PDA

View Full Version : Manipulating recordset



flowergirl
09-12-2011, 09:21 PM
Hi,

I have a series of employee id coming from a table. I need to populate other columns in the worksheet with data from another table based on the employee id value. It's like:

Employee Id column1 column2 column3

3857 based on empid = 3857
7258 based on empid = 7258
6011 based on empid = 6011

I need to loop through emp id for this. How can I achieve this?

Thanks for your help.

Bob Phillips
09-13-2011, 01:22 AM
Filter based on emp id as I showed you previously.