I am using Office 365 (now Microsoft 365) on Windows 10.
Sometime between 21-APR-2025 and today, the export to HTML function in Access began encoding all of the actual data being exported.
What previously looked like this:
<TABLE BORDER=1 BGCOLOR=#ffffff CELLSPACING=0><FONT FACE="Calibri" COLOR=#000000><CAPTION><B>qs locomotives</B></CAPTION></FONT>
Now looks like this:
<TABLE BORDER=1 BGCOLOR=#ffffff CELLSPACING=0><FONT FACE="Calibri" COLOR=#000000><CAPTION><B>%#113;%#115;%#32;%#108;%#111;%#99;%#111;%#109;%#11 1;%#116;%#105;%#118;%#101;%#115;</B></CAPTION></FONT> Except that the percent symbols (%) are ampersands (&).
This makes editing the resulting HTML file with a text editor very difficult. It also significantly increases the file size.
This is from a saved export, so I'm not doing anything different on my end. I am exporting data with formatting and layout. I have tried all three HTML output options (i.e., default encoding, unicode, and unicode UTF-8) and the results are the same.
Is there is a switch somewhere that will force Access to export HTML without encoding characters?