Hi
It's been awhile since I had a question, thanks for helping me out before. Now I have another question.
I have 50 plus doctors that I have a DB table, I was told that I only needed one table but I could not figure out how. Well I figured it out.
I have one form and a register form that all my doctors fills out for placing orders.
The register form contains the names, username, passcode, room, bldg, etc.
what I want to do is when a doctor signs in his information is automatically filled in using the register information that was fill out at signup.
Before it was easy all I had to do is use $x_Investigator = "Name",
$x_Room = "604", etc.
Using one form for everyone makes it impossible to do that.
Does anyone know how I can have the form automatically populate with the information given in the registeration form?
Thanks
L:confused: