compufreaks
Technical User
hi everyone
i have researched about this for days but nothing has come up. i would just like to know if this is possible....
i have an option that a user can select a date range by a start date and end date and it shall be displayed on the report as follows...
now i would like to know that if a user does not select a date range from the form , can i pull the most recent and earliest record?
i have been trying for week to solve this but nothing has come up.
i have researched about this for days but nothing has come up. i would just like to know if this is possible....
i have an option that a user can select a date range by a start date and end date and it shall be displayed on the report as follows...
Code:
="Between"+Format([Forms]![ViewReportsForm]![StartDate],"\ d\ mmmm\ yyyy")+" to "+Format([Forms]![ViewReportsForm]![EndDate],"d\ mmmm\ yyyy")
now i would like to know that if a user does not select a date range from the form , can i pull the most recent and earliest record?
i have been trying for week to solve this but nothing has come up.