48Highlander
Technical User
I have the following code in a sub-routine:
Sometimes it works and sometimes it updates only some of the records. The field MapTo is a long integer and it is not indexed. The table tblMapping is not open.
I have been going round in circles for hours. Is this an Access bug? (Using Access 2003)
Bill J
Code:
strSQL = "UPDATE tblMapping SET tblMapping.MapTo = 2"
DoCmd.RunSQL strSQL
Sometimes it works and sometimes it updates only some of the records. The field MapTo is a long integer and it is not indexed. The table tblMapping is not open.
I have been going round in circles for hours. Is this an Access bug? (Using Access 2003)
Bill J