Everton Juniti Posted January 4, 2006 Posted January 4, 2006 Hi, I need some help... I want to make a diary report that show's all new records entered today (by example). I have a layout that user can make new records and in this layout there's a button called "Diary Report". When the Administrator press this button, it opens other layout called Diary Report. I need a script that shows all records entered "today" and link in this button. Thanks a lot!!!
Zero Tolerence Posted January 4, 2006 Posted January 4, 2006 The first thing to check would be that you have a field that contains the created date. If so, just edit the script to perform a find on that field for Get(CurrentDate) If not, then your going to need to create a field and make it an auto enter calc of Date on Creation. Then, again, just edit the script that launches when you press the "Diary Report" button to perform a find on that date field first.
Everton Juniti Posted January 4, 2006 Author Posted January 4, 2006 Yeah!!! It works!!! Thank you very much!!!
Recommended Posts
This topic is 6900 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now