dtrots Posted February 22, 2001 Posted February 22, 2001 I was wondering if you can do a calculation and after the calculation is performed it stays unique to that DB. Example: I have an employee database which has a "hourly rate" field. I also have a timesheet DB that looks at the employee "hourly rate" and calculates the hours work times the rate. If months later I want to increase the hourly rate I do not want it to affect any previous timesheets, just the new records. Any help is appreciated: Dave
danjacoby Posted February 22, 2001 Posted February 22, 2001 A couple of solutions come to mind. The simplest is to create a related file that contains employee names and hourly rates. Then, have the "hourly rate" field in the main database perform a lookup. That way, the hourly rate for each individual timesheet will be whatever it was at that time, unaffected by changes in that employee's rate.
dtrots Posted February 24, 2001 Author Posted February 24, 2001 I'm sorry - I do not see how that will keep the field the same - what will keep all the previous timesheets from changing when I change the employee hourly rate?
danjacoby Posted February 24, 2001 Posted February 24, 2001 The "hourly rate" field in the timesheet DB is not a calc field, but a number field with the lookup.
Recommended Posts
This topic is 8943 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