Solution for MS Access Form Error Message “The OLE Object is Empty”
I have an OLE object field in a MS Access linked table (linked, meaning the table itself actually resides in a different database file). This field is represented by a Bound Object Frame in a subform that’s nested inside a Tab Control in an Access 2002-2003 MDB. When I visit the tab with the subform […]
Access 2013 “Not Enough Free Memory to Update the Display”
To solve the issue in Access 2013 “not enough free memory to update the display” change the following option: Access >> File >> Current Database >> Name AutoCorrect Options Untick the check box for “Track Autocorrect Name and Compact on Close” Originally posted HERE. Adding to this blog in case the original post link changes […]
Access 2013 updating SharePoint 2013 list “Cannot update. Database or object is read-only”
In Microsoft Access 2013, go to File >> Options >> Current Database >> Caching Web Service and SharePoint tables Then untick the checkbox for “Use the cache format that is compatible with Microsoft Access 2010 and later” Found the solution HERE. Thanks manishramanan for asking the question and thanks BROCKANDREWS for answering it. Added to […]