How to open another form without validating fields in the current form

How to open another form without validating fields in the current form

I want to include a button on FormA that switches to FormB. I use an OpenUrL() function in the button script on FormA, but the function first validates the fields on FormA. How do I switch to FormB without validating FormA?