C
Cathy
I have a table with an autonum primary key. I'm unable to create a key using
several fields because two of the fields which should be part of the key can
be null.
I am using this table as a temp table and need to test the data for possible
user errors. I've created an error# field in the table where I would like to
store the error # information so I can report the error row and reason to the
user. Then the user can use that information to correct the record.
One of the 'tests' I would like to conduct is a Duplicate Check. I have
created a query which groups and counts the records (without the primary
key). I recognize that this query is creating my updateable query problem.
How else can I check for dups?
Thank you,
Cathy
several fields because two of the fields which should be part of the key can
be null.
I am using this table as a temp table and need to test the data for possible
user errors. I've created an error# field in the table where I would like to
store the error # information so I can report the error row and reason to the
user. Then the user can use that information to correct the record.
One of the 'tests' I would like to conduct is a Duplicate Check. I have
created a query which groups and counts the records (without the primary
key). I recognize that this query is creating my updateable query problem.
How else can I check for dups?
Thank you,
Cathy