Hello
I need a button that looks at 2 text field in my form that must be the same as 2 field from my table, and display the information from it. I made an example for explain my problem.
In my example i've 1 table: Users
1 Form: frmZoek
In the form are 2 textboxes and 1 command button:
txt1 (Firstname)
txt2 (date)
Command16 (Search)
Now i want that if you fillin txt1 and txt2 the search button looks up in the table if there is a match, if there is one it dislpay all the information under it.
Sorry for my bad english.
I need a button that looks at 2 text field in my form that must be the same as 2 field from my table, and display the information from it. I made an example for explain my problem.
In my example i've 1 table: Users
1 Form: frmZoek
In the form are 2 textboxes and 1 command button:
txt1 (Firstname)
txt2 (date)
Command16 (Search)
Now i want that if you fillin txt1 and txt2 the search button looks up in the table if there is a match, if there is one it dislpay all the information under it.
Sorry for my bad english.