![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Guys, I have found where I think I will do this, there is code like the following; Function Main() DTSDestination("BidNumber") = DTSSource("BidNumber") DTSDestination("Client") = DTSSource("Client") DTSDestination("Project") = DTSSource("Project") DTSDestination("JobStatus") = DTSSource("JobStatus") DTSDestination("BiddingOffice") = DTSSource("BiddingOffice") DTSDestination("ProductType") = DTSSource("ProductType") DTSDestination("Priority") = DTSSource("Priority") DTSDestination("JobType") = DTSSource("JobType") DTSDestination("ITTDueDate") = DTSSource("ITTDueDate") DTSDestination("AwardDate") = DTSSource("AwardDate") DTSDestination("WorkStartDate") = DTSSource("WorkStartDate") DTSDestination("Go(%)") = DTSSource("Go(%)") DTSDestination("Get(%)") = DTSSource("Get(%)") DTSDestination("PursuitLeader") = DTSSource("PursuitLeader") DTSDestination("ProposalEngineer") = DTSSource("ProposalEngineer") DTSDestination("ProjectLocation") = DTSSource("ProjectLocation") DTSDestination("BusinessLine") = DTSSource("BusinessLine") Main = DTSTransformStat_OK End Function How do I search another table to see if the other table contains the value in DTSSource??? |
![]() |
| Thread Tools | |
| Display Modes | |
| |