A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Delete / Copy files outside current db



 
 
Thread Tools Display Modes
  #1  
Old June 25th, 2004, 06:02 PM
Steven
external usenet poster
 
Posts: n/a
Default Delete / Copy files outside current db

I am in a database called C:\GL\GL01NV.mde

What I want to do is:
Delete file C:\GL\GL01FE.mde.
And then copy file E:\GL\GL01FE.mde to C:\GL\GL01FE.mde.

Can someone please help me with the programming of this.

Thank you very much for your help.

Steven
..


  #2  
Old June 26th, 2004, 05:40 AM
Steve Schapel
external usenet poster
 
Posts: n/a
Default Delete / Copy files outside current db

Steven,

This should do it...

Kill "C:\GL\GL01FE.mde"
FileCopy "E:\GL\GL01FE.mde", "C:\GL\GL01FE.mde"

--
Steve Schapel, Microsoft Access MVP


Steven wrote:
I am in a database called C:\GL\GL01NV.mde

What I want to do is:
Delete file C:\GL\GL01FE.mde.
And then copy file E:\GL\GL01FE.mde to C:\GL\GL01FE.mde.

Can someone please help me with the programming of this.

Thank you very much for your help.

Steven
.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you copy Outlook2003 Calendar files? dwg Calendar 1 June 9th, 2004 05:27 AM
Delete Outlook Express Hound [email protected] Outlook Express 1 May 30th, 2004 01:24 AM
Office XP Ed Lester Setup, Installing & Configuration 1 May 27th, 2004 09:30 AM
copy setup files from CD giovanni Setup, Installing & Configuration 2 May 13th, 2004 06:51 PM


All times are GMT +1. The time now is 10:40 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.