so i got this code off a site, it's neat cause it loops through the form.
but how do i add in the else statement so that it won't loop? because basically what's happening is for each field in the form is the insert being run. any ideas?
NotFilledIn = False
For Each ctrl In Me...