Here's a summary of bug fixes in the latest version of Access.
|
Bug Name |
Issue Fixed |
|
Values display in the wrong control when using a form as a sublist |
When a form was used as a sublist (subdatasheet), field values could display in the wrong control, showing data in incorrect positions. Values now display in the correct controls. |
|
Applications that use the Access Database Engine (ACEOLEDB) terminate unexpectedly on exit |
Third-party applications using the Access Database Engine (ACEOLEDB) provider could terminate unexpectedly when closing. The shutdown sequence has been corrected. |
|
Long Text field corrupted when a query updates a record while a user is editing it |
When a query updated a Long Text field on a record that was simultaneously open for editing, the field data could become corrupted. The record update now correctly handles concurrent access to Long Text fields. |
|
Rendering errors with Aptos (Detail) font |
Controls using the Aptos (Detail) font variant could render incorrectly, with characters appearing misaligned or garbled. The font rendering has been corrected. |
|
Standard colors in Access didn't match other Office apps |
The standard color palette in Access used different color values than other Office applications like Word and Excel. The color palette has been updated to match the rest of Office. |
|
Option Group with Vertical Anchor Bottom: option buttons show incorrect visual state after clicking |
When an option group control had its Vertical Anchor property set to Bottom, clicking an option button would not correctly update the visual state of the buttons. The visual state now updates correctly regardless of the anchor setting. |
|
Query Design: Insert/Delete Columns don't work when ribbon is set to Show Tabs Only |
In Query Design view, the Insert Columns and Delete Columns commands on the ribbon did not work when the ribbon display option was set to "Show Tabs Only." The commands now work correctly regardless of ribbon display mode. |
|
SQL View: Ctrl+K should toggle pretty formatting off/on |
In the Monaco SQL editor, the Ctrl+K keyboard shortcut did not toggle SQL formatting. Ctrl+K now correctly toggles pretty formatting on and off. |
|
Monaco editor incorrectly converts Unicode characters in SQL view |
When switching between Design View and SQL View, the Monaco SQL editor could incorrectly convert certain Unicode characters, corrupting the SQL text. Unicode characters are now preserved correctly. |
|
Importing text files with Unicode characters in the filename fails |
Attempting to import a text file whose filename contained certain Unicode characters would fail. File imports now handle Unicode filenames correctly. |
|
Added VarP and StDevP to the Totals query aggregate dropdown |
The VarP (population variance) and StDevP (population standard deviation) aggregate functions were missing from the Totals row dropdown in Query Design view. They have been added alongside the existing Var and StDev options. |
|
Added VarP and StDevP to the datasheet totals row dropdown |
The VarP and StDevP aggregate functions were missing from the Totals row dropdown in Datasheet view. They have been added to match the options available in Query Design view. |
|
Access hangs at shutdown when VBA holds temporary DAO field references |
Access could hang during shutdown when VBA code created temporary DAO field references. The shutdown process now correctly cleans up temporary field references. |
|
Full Screen Mode ribbon display option does nothing in Access |
Selecting "Full Screen Mode" from the ribbon display options had no effect in Access. This option now works correctly, hiding the ribbon to maximize the available workspace. |