Attachments

T

TheCaptain

Hey,

I am using Access (2007) and Access Run Time. I have a form for data entry
and the clients (using Access Run Time) enter data. Is there any way to make
the attachments box when you click "Add" go to a specific folder? I can do
this on my copy of Access '07, by going to --> Access Options ---> Popular
---> Default Database Folder, however it does not carry over to Run Time.
And yes, the folder I want to point to is on the network available to all
users.
 
C

Clifford Bass

Hi,

Try adding something like this to the form's On Open event:

ChDrive "C:"
ChDir "\Temp"

Clifford Bass
 
Top