Results 1 to 3 of 3

Thread: date and month formula

  1. #1

    Thread Starter
    Hyperactive Member yousufkhan's Avatar
    Join Date
    Jan 2002
    Location
    India
    Posts
    492

    date and month formula

    In access i am having date field in a table

    from vb6 i wanted to call al crystal report giving condition
    on date i only want to give month and year to crystal formula while calling a crystal from vb to chech in the table wht is syntex

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: date and month formula

    Assuming I know what the hell you are talking about

    In the Record Selection Formula use

    Year({TableName.DateField}) = the Year Parameter And
    Month({TableName.DateField}) = the Month Parameter

  3. #3

    Thread Starter
    Hyperactive Member yousufkhan's Avatar
    Join Date
    Jan 2002
    Location
    India
    Posts
    492

    Re: date and month formula

    datefield is single field formula should also be single

    ex. year & month{tablename.datefield}=year&month(datepicker)

    please tell me the exact syntax

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