DTSLookups Error

  • Hi,

    Take out "set"

    Dim myName

    myName = DTSLookups("My_Query").Execute(DTSSource("Sal").Value)

    Is this an array? Then

    DTSDestination("col001")= myName(0)

    DTSDestination("col002")= myName(1)

    ...

    Johnny

Viewing post 1 (of 2 total)

You must be logged in to reply to this topic. Login to reply