O
OD
I have a form that has a hyperlink field. When the user deletes a record I
need to delete the file that the hyperlink points to.
When I store the hyperlink field info into a var I cannot get Kill to delete
the file. If I type the full path manually kill works fine. I don’t know
where the file will be stored so I need to get the full path. I tried to use
fullpath, access did not like it.
EXAMPLE:
varMyString = [Document Location] Note: Hyperlink field
I don’t know what I’m doing wrong.
Thanks
OD
need to delete the file that the hyperlink points to.
When I store the hyperlink field info into a var I cannot get Kill to delete
the file. If I type the full path manually kill works fine. I don’t know
where the file will be stored so I need to get the full path. I tried to use
fullpath, access did not like it.
EXAMPLE:
varMyString = [Document Location] Note: Hyperlink field
I don’t know what I’m doing wrong.
Thanks
OD