forms - Query information based on Email from one from to another using VB.net -


i have 2 forms. first form has email textbox , button. first form connected access database. second form connected access , contains multiple textboxes.

when user types email , clicks on button in first form. application supposed query information based on email.

example: type "jeff@gmail.com" in first form click on button.

2nd form: based on "jeff@gmail.com" application queries emails information in texboxes in form 2 age, hight, , weight.

how do this?

look sql select statements , try as can there. once hit snag post here , i'll happy help


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -