G
Guest
I have a table called Activities. This table is filled in by the user to
identify activities of a busienss. Its only two fields are Cycle and
Activity, both of which are set as primary keys. I did this so I could have
duplicates of cycle or of activity, but not a duplicate of the same
combination. This seems to work. Next, after the user has defined the
activities, they must grade each one on a risk assessment form which stores
the data in a risk assessment table. This table has the cycle and the
activity, but also has about 8 other grade fields. I created an append query
to update the risk assessment table with the results of the activity table
and that works, but I am having trouble when the user makes a change to the
activities table with a deletion or a new addition. My append query adds all
records again and I end up with duplicates in the risk assessment table. Can
someone tell me how to keep from getting duplicates or how to delete
duplicates? Also, any thoughts on how I have the two tables set up as well,
should I only use one table for this?
identify activities of a busienss. Its only two fields are Cycle and
Activity, both of which are set as primary keys. I did this so I could have
duplicates of cycle or of activity, but not a duplicate of the same
combination. This seems to work. Next, after the user has defined the
activities, they must grade each one on a risk assessment form which stores
the data in a risk assessment table. This table has the cycle and the
activity, but also has about 8 other grade fields. I created an append query
to update the risk assessment table with the results of the activity table
and that works, but I am having trouble when the user makes a change to the
activities table with a deletion or a new addition. My append query adds all
records again and I end up with duplicates in the risk assessment table. Can
someone tell me how to keep from getting duplicates or how to delete
duplicates? Also, any thoughts on how I have the two tables set up as well,
should I only use one table for this?