I am trying to write code to write a record to an Access database on my hard drive for each file that has been backed up to a CD or DVD. Each record should contain the following: Name of file
I am a newbie in VBA, so I'll try to explain my problem : I have to modify an application which is written in VBA (Access). There is a form with displays several rows of data obtained from a SQL Server database.
Basically, I need to set up a real simple web service to deliver a zip file, and a real simple Windows app to capture it and write it to the disk. My problem now is writing it to the disk. I can do it without errors using the code below, but the resultant file is larger than the ...
I am creating a Remote Desktop application for work and one of the things I need to be able to do is launch the VPN from inside the application. When installed the VPN only places a short cut on the desk top and I can't target that to launch it. This application is being created ...