Dear @Patrick Snyder,
Thank you for reaching out to Microsoft Q&A forum.
I understand you're encountering an unexpected issue with Access. Based on my research, this seems to be a classic display glitch in Microsoft Access forms, where the text renders incorrectly (often appearing as mojibake or "funky" substituted characters like DEEE, DAAE, etc.), but the underlying data remains intact and correct, as evidenced by the fact that copying and pasting the text elsewhere (such as into your message) reveals the real content.
Please try these steps to see if they help:
- Close and reopen Access (or just the form/database). This often forces a reload of fonts and clears the display glitch.
- Switch views on the form:
Go to View, then switch to Design View and back to Datasheet View. This can often refresh the rendering.
- Select the text in the control, then click outside or tab away and back. Sometimes simply interacting with the control triggers a redraw.
- Change the font temporarily on the affected textbox/combo: In Datasheet View, select the control. Set the Font to something standard like Calibri or Arial (size 10 or 11). Save the form. This can help bypass any font glitches.
- Compact and Repair the database: Go to File > Info > Compact & Repair Database. This can fix minor internal inconsistencies that may cause display issues.
- Refresh or requery the form: If it's a bound form, try adding a button with code like Me.Requery or Me.Refresh to force a redraw. Alternatively, you can close and reopen the form.
Also ensure your version of Access is fully updated. Some display/font issues are patched quietly in updates, so it's worth checking that you're on the latest version.
I hope this information is helpful. Please follow these steps and let me know if it works for you. If not, we can work together to resolve this. Thank you for your patience and understanding. If you have any questions or need further assistance, please feel free to share them in the comments so I can continue to support you. I'm looking forward to your reply.
If the answer is helpful, please click "Accept Answer" and kindly upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.