Matthew R White Posted October 1, 2012 Posted October 1, 2012 My files are controlled with a field called Customer Number, a simple 4 digit number. I also have a field called "Premium," that each year gets updated with the customers current premium How do I set up a field/calculation to find last year or the years prior premium? Basically I'm trying to create a small table that says: This years premium is: ... Last years premium was: ... The year prior was: ... and then create a chart showing those numbers. Any help would be greatly appreciated Matt
comment Posted October 1, 2012 Posted October 1, 2012 Basically I'm trying to create a small table that says: This years premium is: ... Last years premium was: ... The year prior was: ... I believe you have already answered the question - except the table should have fields for: • Year (Number, e.g. 2011) • CustomerID • Premium Then relate this table to Customers, matching by CustomerID.
doughemi Posted October 1, 2012 Posted October 1, 2012 Put the premium information in its own table (Year, Premium, etc), along with the Customer Number. Each record should be one year's premium for one customer. Then you can create a relationship Customers::CustomerNumber = Premiums::Customer Number. Then, create a portal to Premiums and sort it by Year
Recommended Posts
This topic is 4493 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