Unable to add new records

todgers

Registered User.
Local time
Today, 13:07
Joined
Mar 28, 2006
Messages
42
Hiya

I have created a query (Weekend) from 2 other querys (BCV & Daily Sales). The BCV & Daily Sales queries work fine but when they are added together I am unable to add new records. I only have 1 line of data that can not be updated.
I thought it was a relationship problem and have been and double checked all the relationships but can't see an error.
Heres a screen shot if it will help!

Thanks in advance

clipboard022zc.jpg
 
If your queries use aggregate functions, they will not be updatable.
 
If your queries use aggregate functions, they will not be updatable.

Sorry what does that mean?
 
Sum(), Avg(), Min(), Max(), etc. are all aggregate functions.
 
OK I think I've foung the problem table and I've checked for 'aggregate functions' but cannot see any. Is there any way I can search for them?
 
You'll need to post the SQL. If the query is based on other queries, you'll need to post those also.
 

Users who are viewing this thread

Back
Top Bottom