About Miguel Zapico Expertise I can answer question about how to use scripts to consolidate data, connect different systems and automate tasks. I have no experience on using VBScript on web programming.
Experience I have been using VBScript and Windows Scripting Host as my swiss tool for the last 6 years.
Organizations New York PC users group (NYPC)
Independant Computer Consultants Association (ICCA)
Education/Credentials Microsoft MCSE in Windows NT
Expert: Miguel Zapico Date: 6/22/2006 Subject: Help need in text populated
Question I am wondering if you would help me with this?
I am using _vbscript or _javascript with asp to doing web application.
In the form(TextBlur.asp), first time you have to put PatientNo and patient last and first name, mid name information by type. After push submit button, these four fields data send to database table named tblTextBlur.
Ever since then when you come to filling this form, you want after you typed PatientNo, the rest three fields will automatical populated.
How can you complete it?
Appreciated!
tblTextBlur
UniqueID PatientNo LastName FirstName MidName
1 C21192-01 Martin Charles H.
10 21201-01 Tolbert Jimmie L.
2 C21192-01 Martin Charles H.
3 21167-01 Stepherson Ronald
4 C21194-01 Richardson Keith B.
5 21183-01 Dupra Ann S.
6 21163-02 Lindemuth Randall S.
7 21184-01 Sobelson Glenn M.
8 C21180-01 Mitchell Polly M.
9 C21187-01 Joseph Etzer
in the tblTextBlur, UniqueID is auto number, the rest are text.
Answer Sorry, this is outside my experience, but at least I will try with some tips.
From my limited experience in web, any code that fills fields automatically requires client side code. I wouldn't use a connection with a database here, I am not even sure if it would work.
Doing it on the server side makes more sense. All the database connection details are hidden to the user. What I don't know is how to make it automatically, without having to submit a form.
Sorry I cannot give more details, web is really not my area of experience.