I need to know how I can clear a group of fields in a form based on a selection from an option box. If I select option 1 then the first five fields are cleared, If I select option 2 then the next five fields are cleared, etc.
USe an if statement that checks the value you use if it is a check box<br>then the statement in your code would be <br><br>if 'name of checkbox' = true then<br> "delete the first five records"<br>else<br> "delete the second five records"<br>end if<br><br>fi you want to check a value then insert the value into where the true statement is if you have more than one else use the elseif statement ( don't add a space between)<br> <p>Walt III<br><a href=mailto:SAElukewl@netscape.net>SAElukewl@netscape.net</a><br><a href=
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.