I have a zip file attached to try to make this a little easier to explain. What I have is a couple of variables; I need assistance in determining how it should be written. I have a rate chart table (2002DailyRate) and depending on the Grade (id) and the number of year (salary##), populate the data in a different table. If you look at the design view it will give you the definitions for the salary. Below is an example:
Grade: E7 (id 22)
Year in Service: 20 (salary14)
Rate: $109.76 (put results in Catch62 table)
As you can see there are 29 ids and 16 salaries. Can anyone tell or show me the best way to get 464 different variables without writing a book? I am not asking you to write it but to assist with which way it should be written. If you could write one line I will continue with the rest. Any assistance would be greatly appreciated. Thank you.
Grade: E7 (id 22)
Year in Service: 20 (salary14)
Rate: $109.76 (put results in Catch62 table)
As you can see there are 29 ids and 16 salaries. Can anyone tell or show me the best way to get 464 different variables without writing a book? I am not asking you to write it but to assist with which way it should be written. If you could write one line I will continue with the rest. Any assistance would be greatly appreciated. Thank you.