Recordset??????

VOLLEGAAS

Registered User.
Local time
Today, 07:12
Joined
Feb 3, 2003
Messages
15
I've made a form on which you can select a value in a combo box. Then when I want to edit data in that form I get the message: Recordset is not updateable. What can I do to solve this or do i have to change everything (not a big problem just annoying).

I've been looking at it for 1 hour and i've got eyes like pissholes in the snow.......

If anyone could help me!?!?!?

Thanks in advance!
 
The query that you have based the form on is not updateable. Read about updateable queries in help. The most common problems are improper joins and the use of aggregate functions such as Sum().
 

Users who are viewing this thread

Back
Top Bottom