Update images automatically

K

kt2902

I have a split database that will be used by a variety of differen
clients. Ideally I would like to have their company logo displaye
on all forms and reports and switchboards, but I don't want to chang
each one manually as I'm bound to forget one! Is there a way t
change the image in a table or on one form and have all other form
and reports look to this image
 
S

Sharkbyte

To me, the easiest way to do this would be to set up a hidden form, when they
log in, that contains their company logo. (*Associate the logo to their user
information.)

Then you can use a bound object frame with a Control Source of
"=[forms]![hiddenform]![logo]".

The hidden form should change each time someone logs in, and the Control
Source will use their logo on the forms, when they open them.

Sharkbyte
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top