I think, you want to do something like this?

Code:
Do While <cond a> 

If <cond b> then 
   var_date = dateadd("d",7,var_date) 
   <here I want loop back, without the statements down> 
Else
   <statements> 
End If 
Loop
Let me know if I'm right.

(stupid code tags, getting inverted and making me edit my posts)

[Edited by Dim A on 08-01-2000 at 03:15 PM]