Consulting

Results 1 to 2 of 2

Thread: Manipulating recordset

  1. #1

    Exclamation Manipulating recordset

    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.

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Filter based on emp id as I showed you previously.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •