rossmcl
Programmer
- Apr 18, 2000
- 128
How do I do the following:<br><br>If blah > 5 Then<br>Do Something<br>ElseIf specialname is contained in recordset (of names) <br>Do Something***<br>Else<br>Do Something Else<br>End If<br><br>How do I do the ElseIf? Do I have to scroll through the recordset to see if specialname is in the recordset ofnames? How do I do this?<br>Do I have to use WHILE/WEND?<br><br>Your help would be (as always) much appreciated?<br><br>Thanks<br>Ross