Query is too complex

  • Thread starter Thread starter Ben de Vette
  • Start date Start date
B

Ben de Vette

Hi,

I'm using the querybuilder when updating a record in a table (Access).
However, I get a "Query is too complex" message.

The Primary key is autonumbered.
Why is it making such a complex update query string in stead of using the
primary key?

Thanks in advance,
Ben
 
can you give an example?

Also i think that maybe this would be better posted on one of the sql
groups.
 
Darren,

you are right it concerns a SQL statement, but in this case it is the
querybuilder making a very complex sql statement while it can use the
primary key to select the Record.

With kind recards,
Ben
 
Back
Top