F
Fred
I have 3 tables: People, related to 1 or more addresses
related to 1 or more descriptive entries.
I have a form that displays the people data, with a
subform form that presents the address entries an another
subform that displays the descriptive data for each
address.
Everything works fine. However, the descriptive records
have a sequence number field (non-key) in them with
default value 1. I would like that field to increment
for each subsequent entry for the address. The prime key
to this table is an autonumber ID, ant there is a foreign
key to the address table.
Can I do this?
Fred
related to 1 or more descriptive entries.
I have a form that displays the people data, with a
subform form that presents the address entries an another
subform that displays the descriptive data for each
address.
Everything works fine. However, the descriptive records
have a sequence number field (non-key) in them with
default value 1. I would like that field to increment
for each subsequent entry for the address. The prime key
to this table is an autonumber ID, ant there is a foreign
key to the address table.
Can I do this?
Fred