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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -