As always I just have to post the question to get the answer!! Argh
I realized that all I had to do was add
Dim NumChk
do until RSB.EOF OR NumChk = 1
IF CDate(RSB("Expired")) <= (Date+7) OR RSB("Approved") = 0 Then
Response.write "<Font Color=Red> ATTN:"
NumChk = NumChk + 1
End If
RSB.Movenext
Loop
and it stopped once I hit NumChk = 1 lol
Well Thanks for reading