January 4, 200620 yr 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!!!
January 4, 200620 yr 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.
Create an account or sign in to comment