Rename a file using a button on an Access form

D

dave

I need the vb code to rename a file using a button on an
access form. The drive/directory path is fixed. I have
the file name renamed correctly using a string. Just need
the vb code to rename the file.

Thanks,

Dave
 
F

fredg

I need the vb code to rename a file using a button on an
access form. The drive/directory path is fixed. I have
the file name renamed correctly using a string. Just need
the vb code to rename the file.

Thanks,

Dave

Look up the Name statement in VBA help.
 
Top