say I have newform1 as new form1 and newform2 as new form2
when I type me.backcolor in form2 it works,
but when I try to change newform2 color from form1 one it does not work unless I declare form 2 as pulic from module.

how can i, without declaring it in separate modue

I want to change newform2 color from newform1
how?

thanks