CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: fourplet

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,093

    Yes - I need to do this same type of...

    Yes -

    I need to do this same type of functionality for a total of 4 parameters - and have it interchangeably choose the option selected or all for each individual paramter:

    example: Give me...
  2. Replies
    3
    Views
    1,093

    Nested Cases - is it possible?

    I have the following code :
    select {?TroubleType}
    case "All Types":
    {tbl_tickets.CustomerAcctNumber} <> '0' and
    {tbl_tickets.OpenDate} >= {?BeginDate} and
    {tbl_tickets.OpenDate} <= {?EndDate}...
  3. Replies
    579
    Views
    648,592

    Nested Case Statements

    I have the following code :
    select {?TroubleType}
    case "All Types":
    {tbl_tickets.CustomerAcctNumber} <> '0' and
    {tbl_tickets.OpenDate} >= {?BeginDate} and
    {tbl_tickets.OpenDate} <= {?EndDate}...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured