ralphyehle
Registered User.
- Local time
- Today, 14:58
- Joined
- Aug 28, 2002
- Messages
- 22
I am appending different types of rows to a table. I want to create a number for each row that starts with one and then consecutively numbers each row after it. The issue is that there are four different types identfied by a field with a 1, 2, 3, or 4 number code and I want the numbering to start over for each type. I am thinking to do four different queries, each appending to the same table and starting the numbering of the rows for that type at 1. I could create four tables and use an autonumber field but there has to be an easier way?
Record 1 is type 2 and the field I want to create would equal 1
Record 2 is type 1 and the field I want to create would equal 1
Record 3 is type 2 and the field I want to create would equal 2
etc.
this sounds easy but I don't find how to do it.
Record 1 is type 2 and the field I want to create would equal 1
Record 2 is type 1 and the field I want to create would equal 1
Record 3 is type 2 and the field I want to create would equal 2
etc.
this sounds easy but I don't find how to do it.