Newbies Vicki Jule Posted April 19, 2005 Newbies Posted April 19, 2005 I'm new to FM Pro - have a database with prospects by year (text field). I want to create a report which auto filters on the current year, and then displays field details for records which pertain to only the filterered (current) year. How do I do this?
sbg2 Posted April 19, 2005 Posted April 19, 2005 I am assuming your Year(text field) holds just a 4-digit year, ie. 1992, 2003, 2005 etc., lets call your Year field MyYear just for readability. Create a new script or add to an existing script: Enter find mode Set Field[MyYear; Year(Get(CurrentDate))] Perform Find[] Enter Preview Mode
Recommended Posts
This topic is 7159 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