View Single Post
  #2 (permalink)  
Old 06-28-2007, 08:38 AM
Nick Nick is offline
Member
 
Join Date: May 2007
Posts: 37
Default

Ramkumar,

I think I understand your question.

*note $month$ below is a system runtime Variable.

This can be done through an If Variable Statement.

For Example:
If Variable $month$ = 1 Then
Import data from 'http://url?Month1/' website's 'Table1' table
End if

If Variable $month$ = 2 Then
Import data from 'http://url?Month2/' website's 'Table1' table
End if

If Variable $month$ = 3 Then
Import data from 'http://url?Month3/' website's 'Table1' table
End if

etc... for addit months

Last edited by Nick : 06-28-2007 at 08:39 AM. Reason: -
Reply With Quote