D
Douglas J. Steele
Why not just create a unique index on the 6 fields? You can include up to 9
fields in a single index.
fields in a single index.
Is there a way to ensure the uniqueness of a record without stringing all
the fields together as a key?
John Vinson said:You can create a unique Index on a field without that index
constituting a Primary Key. Just use the Indexes tool on the toolbar;
name an index (e.g. UniqueAddress); and select up to ten fields.