S
sooner1
Guest
I have a table for generating reports about check runs. Three fields of interest are [First Check Number], [Last Check Number] and [Next Check Number]. There are check runs from several different groups in the same table. Each record has [Group ID] and [Check Run Date] as it's primary keys. What I need to happen is that when I start to enter a new check run for each group, that the [Next Check Number] from the previous check run is set as the [First Check Number] for the new record. Is there a low-overhead way to do this? Any help appreciated.