M
Maarten
I have copied the example from MS-Access 2000 for the
filedialog (in order to allow users which file to select)
but the file directory is not 'my documents'. Therefore I
change the directory via the ChDir method: eg. ChDir
("c:\bitmaps")
Then I execute the coding as in the help example, but the
initial directory remains 'my documents'. Via debugging I
can see that CurDir = C:\bitmaps. So what can I do more
to secure that my filedialog opens with this directory?
Appreciate your support.
filedialog (in order to allow users which file to select)
but the file directory is not 'my documents'. Therefore I
change the directory via the ChDir method: eg. ChDir
("c:\bitmaps")
Then I execute the coding as in the help example, but the
initial directory remains 'my documents'. Via debugging I
can see that CurDir = C:\bitmaps. So what can I do more
to secure that my filedialog opens with this directory?
Appreciate your support.