Rename File

D

DS

I want to rename a file that is in a listbox. How would I do this?
Thanks
DS

Name Forms!frmRestoreData!ListPaths.Column(0) As "C:\ProServ\DB\Data.mdb"
 
K

Klatuu

Does what you posted not work?
If not, a few questions:
How many columns in your list box?
What is the bound column?
Is it multi select?
 
Top