I am trying to be as memory conscious as possible with my program. I am defining my variables at the proper levels and not over extending them. My question is when I am done with a form and I “unload” it does it free memory used by other controls like ADO? Or should I unload each control when I am done using it?

Thanks