Why does my form create duplicate records?

T

Tony Williams

I have a form that is based on a query. When I edit a record a new duplicate
record is created. Why is this happening? The query is set to Dynaset
(Inconsistent Updates)
TIA
Tony
 
A

AranKappler

Hi Tony,

I'm not an expert so my answer may not be as complete or succinct as it might
otherwise be.

This happens to me when I have a table in a query where there is more than
one record linked to the main table. e.g. if there are two addresses for one
customer and I use the address table in a query with the invoice table I
might get two invocie records instead of one. The way I get around it is by
making one of the addresses a "Main" address and filtering for that in the
query.

Like I said though, I am not an expert and there may be simpler ways of doing
it.

Cheers,

Aran K
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top