antfrompont
IS-IT--Management
I am trying to set up a simple password system whereby two different users can access 2 difernt forms, say Form1 and Form2.They then may need to go to a common form, say Form3.
The problem is that if user1 goes to form1 and then form3, i need user1 to return to form1 wheras if user2 goes to form2 and then form3 then user2 returns to form2.
Basically I need users to return to the form they came from originally.
This will clearly need a global variable for username ( entered on a login form) but i can't seem to be able to test for this on the other forms.
Many Thanks for any help.
The problem is that if user1 goes to form1 and then form3, i need user1 to return to form1 wheras if user2 goes to form2 and then form3 then user2 returns to form2.
Basically I need users to return to the form they came from originally.
This will clearly need a global variable for username ( entered on a login form) but i can't seem to be able to test for this on the other forms.
Many Thanks for any help.