Hey all
I have list of multiple promotions with a start date and end date
stored in a table thru a form. I then have a report that is generated to display all the entries
I would like to generate the report in such a way that if the end date of the promotion has already passed, it wont show up in the report ?
any help is greatly appreciated. Thanks !
Last edited by manny_cb; 07-31-2009 at 12:03 PM.
Hi manny_cb,
Assuming you have built a nice query from the table to feed the report, then all you need to do is add this:
as criteria for the end date field in the query.Code:>=Date()
Cheers,
Docendo discimus.
Please consider:
- Thanking those who helped you. Click the reputation icon
in the contributor's post and add Reputation.
- Cleaning up when you're done. Mark your thread [SOLVED] if you received your answer.
Thanks. Thats exactly what i did. I based the report on a query with that criteria as opposed to a table and it worked![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks