Hi,
Sorry if this is in the wrong forum, here it goes.
I have a page,in this page there is a form that can be filled. The first field of this form is "UserID". Now what I want is that, as soon the user fills in his "UserID" and presses the TAB button or just clicks on the next field, a "query" will be excuted to look up all the info for the "UserID" that was filled in and it will display the result (of the query) in the form fields.
Example, the form contains the fields "UserID", "UserName","UserLastName". I want to click on the first field,which is "UserID", I type my userid, "12345" and I click on the next field or TAB to the next field and it will be filled with my name and also the field "UserLastName" will be filled with my last name. So a query should be excuted as soon as the focus changes from one field to another.
Is there anyway to do this?
Thanks.