I have made a database in Access
I made a report criteria form on which i use to datpickers
dtpicker0 and dtpicker1
and two command button
open button is used to open the report according to dates pick by user
i made a macro to open the report
and in where clause i use the following ccommand
date between [forms]![formname]![datpicker0] and [forms]![formname]![datpicker1] and i place two text boxes on repot having caption From , To
and control source of these boxes is Datpickers respectively.
i have date field in my table . which is for inserting dates to table .
Now this is not working .
Please any expert help me .how to open report according specifed criteria in my database according to dates.
thanks
Regards
<<ARALi>>
I made a report criteria form on which i use to datpickers
dtpicker0 and dtpicker1
and two command button
open button is used to open the report according to dates pick by user
i made a macro to open the report
and in where clause i use the following ccommand
date between [forms]![formname]![datpicker0] and [forms]![formname]![datpicker1] and i place two text boxes on repot having caption From , To
and control source of these boxes is Datpickers respectively.
i have date field in my table . which is for inserting dates to table .
Now this is not working .
Please any expert help me .how to open report according specifed criteria in my database according to dates.
thanks
Regards
<<ARALi>>
Comment