R
RON
I have this code:
Forms!frmfiltertestb = STUDENTCLASS.BackColor = "vbred"
I get an error though. How do I change the backcolor on another form?
so I am in frmOne and I am clicking on a button that makes things happen on
frmTestfilterB How can I make the stduentclass.backcolor change on that
form from within this one?
Forms!frmfiltertestb = STUDENTCLASS.BackColor = "vbred"
I get an error though. How do I change the backcolor on another form?
so I am in frmOne and I am clicking on a button that makes things happen on
frmTestfilterB How can I make the stduentclass.backcolor change on that
form from within this one?