|
-
June 6th, 2000, 10:21 AM
#1
sql request
Hi
I have to do a request with two Acces table. In my first table, Employes, i have to take all the records that the field Name will correspond to the name enter in the textBox in one of my forms. in the ohter table, Input, the field Validation should be set to No, if is not the record is not good and it should be ignore.
How can i do that? Do i have to do some relation between this two table or we can to the request without it? The two table have a key NumEmploye.
Thanks a lot
-
June 6th, 2000, 01:53 PM
#2
Re: sql request
"SELECT * FROM FirstTable WHERE Name = " & TextBoxWithNameValue.Text
This should help, but the greater help you can get from books. You cannot learn everything from News Groups and Forums. It's much harder.
Vlad
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|