images

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am using a logo in my Access application and am worried that when I have
to distribute the Access file, the application is not going to be able to
find the logo unless it's located in the same exact directory as it is on my
local computer.

C:\Documents and Settings\josh\Desktop\PRO\logo gold.png

Is there any way around this?

Thanks.
 
Hi,

I am using a logo in my Access application and am worried that when I have
to distribute the Access file, the application is not going to be able to
find the logo unless it's located in the same exact directory as it is on my
local computer.

C:\Documents and Settings\josh\Desktop\PRO\logo gold.png

Is there any way around this?

Thanks.

How about using App.Path to figure out the path to your database, and
then creating it from there?
 
Thanks. That might be a solution, I am just not sure how to incorporate
App.Path into a Form element Picture property.
 

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

Back
Top