I have an app that contains multiple forms. When the startup form loads OR ideally in the splash screen, I want to load some static lookup data that I can access from any form. I do not which to pass data thru form contructors but rather be able to access the data from any form. Can someone provide me with some best practise or the best way to go about this?