Hello everyone. I'm trying to move my backend to MySql (I posted another thread for it) and the future users asked the possibility of attaching pdf files to the records on one of the tables. The files will be approximately 2 to 3 MB. I read that it should be loaded on a server and only display the link to the file.
How can I integrate it via VBA directly into one of my forms? So that at the click of a button, the user is led to select his file, then the file is loaded onto the server (with perhaps a progress bar) and the link kept in a field? I know that this is not a new problem, but I cannot find a specific thread. Those that I find are a little too complex compared to what I need.
Any advice or useful link would be appreciated.
Thanks.
How can I integrate it via VBA directly into one of my forms? So that at the click of a button, the user is led to select his file, then the file is loaded onto the server (with perhaps a progress bar) and the link kept in a field? I know that this is not a new problem, but I cannot find a specific thread. Those that I find are a little too complex compared to what I need.
Any advice or useful link would be appreciated.
Thanks.