Hi All,
I would like to start by saying that what I want to do is probably against the rules but I thought I would try and find out if it could be done.
I am creating a VB program where you fill out a form "FORM1" and then select "print" or "exit" if you select print another form appears prompting you to log on "FORM2". The code on this form checks to see if you are an approved user and if so finds the task record associated with the information you have entered in form 1, if it finds more than one task another form FORM 3 opens so the user can select the task he needs.
What I would like to do is when the user has selected the task he needs - This is achieved by clicking select - I would like to return to the point in the code of FORM 2 just after FORM3.SHOW
I have tried by adding the following at the end of the "on click "command code for select in form 3 Goto Continue
and adding
Continue:
at the point in Form2 that I want to return to. Sadly this doesnt work
Any ideas would be gratefully appreciated.