I have a database with about 50 forms on it. Does anyone know an easy way to get these forms to read a single variable as they load which will determine their background colours (for Header and Detail Sections).<br>I want to be able to just change this variable once, and all the forms will then change their colour on the next load.<br>I assume I do something with the On_Load property and the BackColor variable. But I'm not sure how to create a GLOBAL variable that all forms read, and I don't know what VB I'd need to put in each form to read it.<br><br>Any help gratefully received.<br><br>Dan