I am used to programming Paradox and am just learning VBA. I am
accustomed to being able to include many instructions between if and
endif. VBA has prompted me to provide endifs so I assumed that applied
to all circumstances. How do I tell when to use endifs and when does
VBA only process only one expression?
BTW- The Do does have a loop and the first if does have an endif. I
just didn't copy those lines because they were further down the code.