Roger1 Posted May 23, 2001 Posted May 23, 2001 Greetings. I have a simple database which requires people to be contacted regularly for follow up. I do this by entering a follow up date. I want FM to do an automatic search when I open the file of all followups due for that day and the next week. I'm not sure whether to go by a calculation field, but suspect that I should (and have tried) to write an opening script to do the search but am not sure how to put it together. Can someone help? Thanks.
BobWeaver Posted May 23, 2001 Posted May 23, 2001 This will find all records which have DateField set to any date from current day to 6 days hence. code: Go to Layout [A_Layout_with_DateField_on_it] Enter Find Mode <---Don't restore find requests Insert Calculated Result [DateField, DateToText(Status(CurrentDate)) & "
Recommended Posts
This topic is 8590 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