Remove XML document as resource file

K

Karyl

I've created a form using a huge XML document as a resource file. Since it
is so big it is making opening my form almost impossible. I have removed the
document from my data connections but my form is still 2 meg in size and dog
slow. It must still think the XML is attached. How can I remove the XML
without trashing the form completely and starting over.
 
B

Brian Teutsch [MSFT]

Tools->Resource Files. Definitely a good idea to remove that file.

Brian
 
Top