[AccessD] Another Pair of Eyes Needed

Gustav Brock Gustav at cactus.dk
Mon Aug 31 09:39:04 CDT 2009


Hi Arthur

Try to use the function SaveAsText to save your working form to text file.
Rename the malfunctioning form; load the working form from the text file with LoadFromText:

SaveAsText acForm, "frmName", "FormName.txt"

and:
LoadFromText acForm, "frmName", "FormName.txt"

/gustav





More information about the AccessD mailing list