Solved Recordset is not updatable for checkbox (1 Viewer)

Tea

Member
Local time
Today, 23:30
Joined
Oct 30, 2020
Messages
51
Hello, I'm trying to solve this problemfor a quite a while and still can't find solution for this.
I have a form where in details are checkboxes (fixed, not fixed, in process,... ) placed that should be editable, but can't check any of them. Check boxes are Enabled and aren't locked. Edits are allowed on the form and the checkboxes have no vba code or macro, it's simple checkbox. Only checkbox that has a code is the fixed one where afterupdate event - it shows date next to the checkbox.
Source of form is a query created in the back-end. Could there be a problem in the back end or in the form?
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 05:30
Joined
May 7, 2009
Messages
19,230
check the Query if it is updateable.
you should create another query in the Front End.
 

Tea

Member
Local time
Today, 23:30
Joined
Oct 30, 2020
Messages
51
check the Query if it is updateable.
you should create another query in the Front End.
The query is created as view in the backend. I've tried to create a query in the frontend, but the performance of query was to slow so made one in the backend. The query looks like a table in access so i suppose its not changeable in the frontend and have to update it in backend? Not sure where to look if the query is updatable or not.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 05:30
Joined
May 7, 2009
Messages
19,230
Last edited:

Users who are viewing this thread

Top Bottom