|
-
Jun 19th, 2007, 04:32 AM
#1
Thread Starter
Hyperactive Member
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
-
Jun 19th, 2007, 10:21 AM
#2
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
-
Jun 20th, 2007, 11:03 PM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|