Shortcut files

J

jez123456

I have an access 2000 database which I use the Application.SaveAsText and Application.LoadFromText methods to save and retrieve access objects. However some users also save shortcuts to forms and reports but these objects seem to be saved outside of access. Is there anyway the shortcut definitions could be included in the Application.SaveAsText?
 
V

Van T. Dinh

I think they are simply LNK files. They are *OUTSIDE* your MDB and they are
NOT Access Object. Hence, I can not see how you can use SaveAsText.

--
HTH
Van T. Dinh
MVP (Access)




jez123456 said:
I have an access 2000 database which I use the Application.SaveAsText and
Application.LoadFromText methods to save and retrieve access objects.
However some users also save shortcuts to forms and reports but these
objects seem to be saved outside of access. Is there anyway the shortcut
definitions could be included in the Application.SaveAsText?
 

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