CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2013
    Posts
    10

    Choose parameter from months

    Hi
    I want to create a report that the user before see it will select from a parameter like months.

    For example i dont want to choose dates but months something like that

    Parameter:
    Month-> April 2013
    May 2013
    June 2013

    Is it possible something like that? I can do it with dates from day to day but i cant with months

  2. #2
    Join Date
    Jul 2005
    Posts
    1,083

    Re: Choose parameter from months

    You could use the Month function "Parameter field = Month({table.datefield})"
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

  3. #3
    Join Date
    Mar 2013
    Posts
    10

    Re: Choose parameter from months

    Ok but how i will create that parameter?

  4. #4
    Join Date
    Jul 2005
    Posts
    1,083

    Re: Choose parameter from months

    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

  5. #5
    Join Date
    Mar 2013
    Posts
    10

    Re: Choose parameter from months

    Hi
    Thank you for your help. I will try it the information you gave me. I hope it will work because my fields are in sql express 2005

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured