G
Guest
when I make an append query, the results are shown multiplicated, how can I
avoid this?
avoid this?
when I make an append query, the results are shown multiplicated, how can I
avoid this?
If you are talking about duplicate rows being added then you first
need to add a unique constraint to ensure this doesn't happen again
then amend your INSERT statement to avoid the constraint biting