Unable to change values of a query to update a table.

FISHiEE

Fish obsessive
Local time
Today, 23:39
Joined
Nov 12, 2004
Messages
86
Hi,

I have a query which when run I would like the user to be able to change the values to alter the values in the table however the data from the query seems to be locked despite the query being opened in acEdit mode.

It is a query based on a query based on a query based on a table. Is this the reason why I can't make any changes? And if this is the case, can I get around the problem somehow? I'm not sure I can get to the end query in just 1 step as there is a lot of manipulation of data on the way to the end result though some fields aren't changed all the way through. I have tried taking the unchanged fields direct from the original data table in my final query but this still prevents those fields from being changed.

Is there any way I can make the fields editable without doing the manipulation in just 1 step?

Thanks in advance

John
 
Managed to solve this with a query in one step in the end.
 

Users who are viewing this thread

Back
Top Bottom