Helge <(E-Mail Removed)> wrote in
news:77fe78b5-0de5-4d5b-816f-(E-Mail Removed)
m:
> What is the best way to make a database with lots of large
> pictures thats allready on my machine?
>
> Using hyperlinks to the file on the machine?
> - How can I make queries and open the hyperlink?
>
> Save the file in the Accessdatabase as an attachmenttype?
> - Will the Accessdatabase be to big when I have many large
> pictures saved?
>
> Hope any have some good tips.
I would use neither of these. I'd use a text field to store the path
and another to store the filename. If you're storing all the files
in the same location, then you can skip the path field.
For opening them with a doubleclick, you can use a doubleclick event
handler on your form to open them with Application.FollowHyperlink.
In general, I'd avoid hyperlink fields because they are hard to deal
with, and I'd never use attachment fields because they are
multi-value fields and that should be used only for compatibility
with Sharepoint (which is the whole reason the data type was added
to Access).
For more details, just ask.
--
David W. Fenton
http://www.dfenton.com/
usenet at dfenton dot com
http://www.dfenton.com/DFA/