All the information you want is in the form's Controls array. You could write some code to access each element in Me.Controls and write the data out to a file.
Once you have the file you can paste it into your code in the Windows Generated section.
The problem you will have is getting out the information you want and fromatting it correctly. Should be fun to do, but probably not worth it unless you have thousands of controls or need to do this several times.




Reply With Quote