I have a form that contains a Grid which I reference from a seperate procedure and populate with numbers. The first time I show that form I see all my numbers. If I close the form and then show it a second time the numbers are gone- I must populate it again. I can't figure out how to declare the Form Public so I don't lose the numbers data. Seems pretty trivial but I can't figure it out, what am I missing? Any guidance is greatly appreciated.