I'm looking for a way to allow multiple records with the same key but rest of the data is different.
It is a case where multiple occurrences will appear to the same OwnerID and the same month.
The table has an OwnerID, as a number and primary key, indexed and Duplicates OK
Also a Month field as number and primary key.
If this is not possible, as I suspect, is there a better way to accomplish this?