jfb
SSCrazy
Points: 2519
More actions
April 2, 2003 at 12:57 pm
#452896
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