I have a textbox on a form (access2000)that pulls in files from the users C dirve i.e. C:\COdescassy.pdf, now I need a button that will save the pdf drawings into another director as well as the path name
this is what I have so far
Unbound text box called "txtFileOpen" = C:\COdescassy.pdf
bound text box:
DataSheet1X C:\COdescassy1.pdf
DataSheet2X C:\COdescassy2.pdf
DataSheet3X C:\COdescassy3.pdf
DataSheet4X C:\COdescassy4.pdf
Idealy when the user click on Move Files Button it should copy the drawing to a new director and save the new path in the table i.e.,
DataSheet1X D:\COdescassy1.pdf
DataSheet2X D:\COdescassy2.pdf
DataSheet3X D:\COdescassy3.pdf
DataSheet4X D:\COdescassy4.pdf
I spend a couple of days reading about Microsoft Scripting Runtime and FileSystemObject but I'm so lost
Hope someone can help me out.
this is what I have so far
Unbound text box called "txtFileOpen" = C:\COdescassy.pdf
bound text box:
DataSheet1X C:\COdescassy1.pdf
DataSheet2X C:\COdescassy2.pdf
DataSheet3X C:\COdescassy3.pdf
DataSheet4X C:\COdescassy4.pdf
Idealy when the user click on Move Files Button it should copy the drawing to a new director and save the new path in the table i.e.,
DataSheet1X D:\COdescassy1.pdf
DataSheet2X D:\COdescassy2.pdf
DataSheet3X D:\COdescassy3.pdf
DataSheet4X D:\COdescassy4.pdf
I spend a couple of days reading about Microsoft Scripting Runtime and FileSystemObject but I'm so lost
Hope someone can help me out.