Arthur Fuller
fuller.artful at gmail.com
Mon Aug 31 10:00:37 CDT 2009
Thanks, Gustav, I'll give that a try. A. On Mon, Aug 31, 2009 at 10:39 AM, Gustav Brock <Gustav at cactus.dk> wrote: > 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 > >