C
chopper7898 via AccessMonster.com
I have two datasheet forms, one linked to the other using a textbox link.
The fist datasheet form I have an auto increment field, and working fine.
In the second datasheet form I would also like a auto increment number.
The second form uses a composite key so I don't get duplicate numbers.
Table 1, auto increments the number
01
02
03
04
Table 2 is a composite key from Table 1 & 2
Two fields
01 01
01 02
01 03
02 01
02 02
02 03
These are two seperate fields in table two. They are linked by the first
field from table 1.
I have both fields as a composite key.
I would like to auto increment the second field in table 2. (if possible)
The fist datasheet form I have an auto increment field, and working fine.
In the second datasheet form I would also like a auto increment number.
The second form uses a composite key so I don't get duplicate numbers.
Table 1, auto increments the number
01
02
03
04
Table 2 is a composite key from Table 1 & 2
Two fields
01 01
01 02
01 03
02 01
02 02
02 03
These are two seperate fields in table two. They are linked by the first
field from table 1.
I have both fields as a composite key.
I would like to auto increment the second field in table 2. (if possible)