checking the existence of a file

R

Rli

Maybe a stupid question, but can't find the awnser:
How can i check the existence of a file (for instance "c:/images/image.jpg")
in an access macro?
any help is welcom
 
S

Steve Schapel

Rli,

In the Condition column of the macro design...
Len(Dir("C:/images/image.jpg"))
 

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