How can i open another form using two numbers 18.5 to 24.4. If the answer whas in the middle how can it open another form?
5 Answers
New Answervisual basic
2/1/2017 11:57:08 PM
John A5 Answers
New AnswerAre you using access or something? here is one possible solution (for access) An if statement would be the easiest way. eg. if (Equation > 18.5) And (equation < 24.5) then docmd.openform("form name") end if
cool! here is what you need to read to understand forms in vb.net http://www.dummies.com/programming/net/opening-closing-and-hiding-forms-with-visual-basic-net/ basic answer is still the same. check equation results with an if statement then open the form using the methods outlined in the above article
i have a ecuation if the result has to be 18.5 to 24.5 to open another form, how i can do that in visual basic?
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message