I have some auto generate fields in the database. I want that when i open the form initially to enter details w.r.t patient. The form should appear with the value of auto generated patient Id. How to to this???
Also,
The form has a column named .Admission ID, i have the reference of this field in both the master table and tbladmissions,. In tbladmission the field is auto generate. i want to show the value of this field also on the patient registeration Page!!!
I.e. In patient Registeration page i want to show
patient Id-->auto generate via patients table
Admission ID-->auto generate via tbladmissions
Plzz guide!!