G
Guest
Hello,
I am currently developing an append query to add a new record with a new
date. That works fine. I have two problems:
1) The major problem I have is that if a set of records are unique in
someway, then it will replicate all the rows. For example, my own working
hours records means I may do different hours from week to week so it will
replicate all distinct rows. I am currently using the "DISTINCT" command.
Will excluding this sort this problem out?
2) The minor query I have is that an append query throws up the warning
message about adding new records. Is it possible not to have this message?
cheers in advance.
I am currently developing an append query to add a new record with a new
date. That works fine. I have two problems:
1) The major problem I have is that if a set of records are unique in
someway, then it will replicate all the rows. For example, my own working
hours records means I may do different hours from week to week so it will
replicate all distinct rows. I am currently using the "DISTINCT" command.
Will excluding this sort this problem out?
2) The minor query I have is that an append query throws up the warning
message about adding new records. Is it possible not to have this message?
cheers in advance.