Hi, I'm using VB in an Access 97 program I have. I'm using the vbOKCancel message box command. But it runs in a look and sometime (during program testing) I want it to break out of the loop. Now, if I click OK, it continues with program as planned (works well). When I click Cancel it skips over the step (as planned) and goes to the next item in the loop (If-Then loop). But every once in awhile, I need to Break out of the loop completely. How do I accomplish this? Is there such a thing as vbokcancelbreak?