Loop question 
Author Message
 Loop question

In A97 and DAO via a For Next loop I'm passing the values in a array  of
fields in a fields collection from one record set to another and finally
updating a form. How do I create an If then else statement that
processes all the fields except one field, and with that one field
ignores it like it wasn't in the collection at all?  TIA



Sat, 01 Jul 2000 03:00:00 GMT  
 Loop question

if NOT r(i).Name = "SkipName" then
        'Process the field
else
        'don't process the field
end if

Any Help?

Jim Bailey

Quote:

> In A97 and DAO via a For Next loop I'm passing the values in a array  of
> fields in a fields collection from one record set to another and finally
> updating a form. How do I create an If then else statement that
> processes all the fields except one field, and with that one field
> ignores it like it wasn't in the collection at all?  TIA



Sun, 02 Jul 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Do.. Loop question

2. Loop question

3. Difference in dates/Loop question??

4. Easy Loops question?

5. Looping Question

6. For loop question

7. For Loop question

8. Loop question

9. For Next loop question

10. For next loop question revised

11. simple loop question

12. For next loop Question revised

 

 
Powered by phpBB® Forum Software