|
-
Jun 12th, 2000, 06:38 PM
#1
Thread Starter
Fanatic Member
If you are setting an ADO control's recordsource in runtime, can you have multiple where conditions?
eg.
If a database has two tables:
Forms (containing Title, Author, UpdateCode) and
UpdateDetails (containing UpdateCode, Surname)
Could you have a statement
"Select.... WHERE Forms.UpdateCode = UpdateDetails.UpdateCode, AND (TITLE = 'Quality Form' OR Surname = 'Bloggs')"
Is this possible and if so, what is the syntax to set the recordset??????
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
|