It appears that extended characters are not dealt with correctly in the SaveAsText/LoadFromText functions for forms:
To reproduce:
Create a new DB and add a new form
Add a button, remove the graphic and change the caption to 'e', close/save form
Use SaveAsText from debug window: Application.SaveAsText acForm, "Form1", "C:\Form1A.acm"
Reopen form in design view
In MS Word select 'Insert Symbol', under Symbols use 'subset Basic Greek'. Find Epsilon () and cut past to the caption in the Button (alternatively cut and paste the character from the Epsilon.txt file in Doc Count)
Close/Save Form and SaveAsText: Application.SaveAsText acForm, "Form1", "C:\Form1B.acm"
Trying to LoadFromText the second file will casue Access to Crash! Also note the diff on the file is the checksum.
Migrated from internal Tasklist ref 2682: