Hi,
If ANOTHER table already has the information step+amount, then, in your
WORKING table, store only the step value (easy to increment by one) AND use
a query to join your two tables through their common field, step. The join
will dynamically follow the modification you brought to the working table
step value and will pump, automatically, the right amount, for you, without
having to even think about it! Isn't it nice? that is why it is called a
relational database :-)
Vanderghast, Access MVP
> If I have a table of employees set up that has included increment amounts
> along with pay steps and due dates. Is there a way to run a query on these
[quoted text clipped - 13 lines]
> associated
> with the new step ($24,000). Can this be done?