I need to query a column for a variety of numbers, and the way I am hoping to do it is to setup an Access Macro and a loop asking for numbers (through an Input Box).<br><br>I then want the Macro to stop asking for numbers when I key in a Zero (for example).<br><br>So I need to setup a VB loop which will run until input value is not greater than zero.<br><br>I have been trying this using the help examples - So any guide on where to start what to do would be great.<br><br>Cheers.<br><br>