Query - Recordset is not updateable (1 Viewer)

kevnaff

Member
Local time
Today, 18:00
Joined
Mar 25, 2021
Messages
141
Hi All.

I have a subform called ContractsEditSubform that is based on a query called QueryContractsSubform. It had always worked completely in my .mdb used in Office 2010. Due to an IT update to Office 365, I imported the database in to a new 64bit .accdb. Since doing so, it says that my recordset is not updateable.

Here is the query that the subform is based on:

1641302426497.png


As you can see here it does not allow any new records to be added:

1641302723288.png



In the query, if I remove the ImportEquipment table, I am now able to add new records, however I lost a lot of the data fields in my query that relate to the ImportEquipment table.

Does anybody have any suggestions as to why this query has stopped working?

Thanks in advance.
 

Attachments

  • 1641303033145.png
    1641303033145.png
    5.4 KB · Views: 307

Ranman256

Well-known member
Local time
Today, 13:00
Joined
Apr 9, 2015
Messages
4,337
depending on links in the query, not all tables are updatable.
You may need to change your query with less tables.
 

bastanu

AWF VIP
Local time
Today, 10:00
Joined
Apr 13, 2010
Messages
1,402
Are both fields (CodeNo and Code No) indexed? You might try to change the recordset type to Dynaset (inconsistent updates) in both the query (in design view\properties\recordset type) and the (sub) form.

Cheers,
 

Users who are viewing this thread

Top Bottom