Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Where have you been all my life! I found the answer I needed in seconds..."

Geography

Where in the world do Tek-Tips members come from?
Bennie47250 (Programmer)
1 Jun 12 11:17
Using Crystal 7.0 on a MS SQL table

Not getting the desired results from this select statement, I’m getting records that are out of the Invoice_date range and Order_Type.

I’m sure it needs some parentheses but I’m not sure where to put them.

Thanks

{Table2.Invoice_Date} in {?BeginDate} to {?EndDate} and
{Table2.Order_Type} like "N*" and
{Table1.Sales_Region} <> 98 and
({Table2.ItemType} = "P" and {Table2.Product_#} = "M140024")
or ({Table2.ItemType} = "L" and {Table2.Product_#} like "MCHW*")
or ({Table2.ItemType} = "P" and {Table2.Product_#} = "M140044")
or ({Table2.ItemType}= "P" and {Table2.Product_#} = "M140044DS")
Helpful Member!  IanWaterman (Programmer)
1 Jun 12 11:29
You need to wrap this bit in ()

(
({Table2.ItemType} = "P" and {Table2.Product_#} = "M140024")
or ({Table2.ItemType} = "L" and {Table2.Product_#} like "MCHW*")
or ({Table2.ItemType} = "P" and {Table2.Product_#} = "M140044")
or ({Table2.ItemType}= "P" and {Table2.Product_#} = "M140044DS")
)

Ian

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close