I am trying to set a new background for a form using code:
Forms![frmsite].Picture = "C:\example.jpg"
My first problem is when I exit the database and reload it, it reverts back to the original default, how can I make the change permanent?
Secondly, the code only works when a form is open, how can make the change without the form being open?
Kind Regards
Forms![frmsite].Picture = "C:\example.jpg"
My first problem is when I exit the database and reload it, it reverts back to the original default, how can I make the change permanent?
Secondly, the code only works when a form is open, how can make the change without the form being open?
Kind Regards