Excellent! A northern neighbour.
BTW, if you are using a hyperlink field to store this, you have another
choice as well. A command button alongside this field would only need 2
lines of code:
Me.[NameOfYourHyperlinkFieldHere].SetFocus
RunCommand acCmdInsertHyperlink
If you are not familiar with the Hyperlink field type, see:
http://members.iinet.net.au/~allenbrowne/casu-09.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Reply to group, rather than allenbrowne at mvps dot org.
Gabriel said:
Thanks again Allen, that what I'm looking for.
The application I developed is required people in base office send their
request to people on site while on this request people on base office want
to
be able to add attached files (picture, drawing, etc). And when people on
site receive this request they can easily launch the attachment. I don't
want
to store picture/bitmap files into the database so I just store the file
name
and the location then using call() function people on site can launch this
attachment.
Are living in Australia?, we are just close enough.
I'm living in Indonesia, Kalimantan island or Balikpapan city precisely.
Gabriel