Newbies mlennox Posted July 15, 2002 Newbies Posted July 15, 2002 This may seem like such an easy question but rest assured, for me it's not. We rely on speaking to our database on a regular basis and have a field that when a button is pressed, the current date is entered. This is the 'last spoken to' field. I thought it would be great if we could have a self generating report that would show everyone who has not been contacted in the last month. It would for example, locate the 90 names not spoken to in over a month, and print out a copy on the 1st of each month. Is this possible? Any other tips on reporting functions would be great. Thanks for help. Mark
LiveOak Posted July 15, 2002 Posted July 15, 2002 Yes, but to do so I'll need to speak directy to your database, only kidding . How depends upon what a record in your file represents, if it is one of everyone, just do a find on a date range and check the omit box. If not, you'll have to give us a little more specific information about your file. -bd
mborgens Posted July 15, 2002 Posted July 15, 2002 I would add a calculation field (DateLastContacted) that returns a number. The calculation = 'last spoken to' field - Status(CurrentDate) - make sure the results are unstored. Perform a find on DateLastContacted >= 90, then go to your reporting layout. Make a script and then button based off of this info. If you want to automate it to print on the 1st then a few more steps are needed.
Recommended Posts
This topic is 8171 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