Logo on Forms

  • Thread starter Thread starter Lisa Mullin
  • Start date Start date
L

Lisa Mullin

I have a logo that I want to have on every form. When I
copy the image to each form it makes the file much larger,
so I know I don't want 10 copies of the image, but 1 in
the database.

How can I get the logo in the database and displayed on
every form?

Thanks,

Lisa
 
Create a form with your logo as the only object, then use this as a subform
on other forms. Set the borders to transparent and make the image locked.
It will look as if the logo is part of the main form.

Kelvin
 
That is such a good idea! I used linked objects to limit file size for this, but hit a snag when sending a database out to a user in the field when I realized what a hassle it would be to send the linked files and make sure he preserved their file names and locations to keep the links active. Thanks for the tip!

----- Kelvin wrote: ----

Create a form with your logo as the only object, then use this as a subfor
on other forms. Set the borders to transparent and make the image locked
It will look as if the logo is part of the main form

Kelvi
 
Works great! Thanks!!

Lisa
-----Original Message-----
That is such a good idea! I used linked objects to limit
file size for this, but hit a snag when sending a database
out to a user in the field when I realized what a hassle
it would be to send the linked files and make sure he
preserved their file names and locations to keep the links
active. Thanks for the tip!
 

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

Similar Threads


Back
Top