Hi.
I don´t have a lot of experience using VBA but i think this is the only way to do what i want.
I have a form called "Produtos"
in that form i have 2 fields that i want to use.
"FotoSitePNG" has the full link to a file i want to download like: fullwebsite/image01.png
"FotoLocalPNG" has the full link to the dir and file name i want to download to like: d\images\image01.png
These links vary with every field on the table, so i wanted to do something like: =downloadfile ([FotoSitePNG], [FotoLocalPNG])
I´ve tried every tip that i found on google, but i can´t get any to work.
Please help.
I don´t have a lot of experience using VBA but i think this is the only way to do what i want.
I have a form called "Produtos"
in that form i have 2 fields that i want to use.
"FotoSitePNG" has the full link to a file i want to download like: fullwebsite/image01.png
"FotoLocalPNG" has the full link to the dir and file name i want to download to like: d\images\image01.png
These links vary with every field on the table, so i wanted to do something like: =downloadfile ([FotoSitePNG], [FotoLocalPNG])
I´ve tried every tip that i found on google, but i can´t get any to work.
Please help.