Newbies daroloson Posted October 18, 2012 Newbies Posted October 18, 2012 My main table is a read-only external data source so I don't think I should be adding fields to that but I want to generate a report with equipment in three groups based on entry date. So my new related table only uses the date field "entered" from the main table and generates a string field "Period" as follows with "Entered" Case ( Entered < Date ( 12 ; 31 ; 2009 ); "Before" ; Entered > Date ( 6 ; 30 ; 2011 ) ; "Post" ; "During") So the new related table should end up with every entry date from the external data source and one of the three strings but I end up with zero records. Dani Roloson University of Waterloo
Recommended Posts
This topic is 4479 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