Hi
I am looking to rename several thousand .jpg files with random information
held in a table in access. Any feedback how I would do this in VB?
Thanks, Kerri
John W. Vinson - 21 Feb 2007 21:57 GMT
>Hi
>
>I am looking to rename several thousand .jpg files with random information
>held in a table in access. Any feedback how I would do this in VB?
>
>Thanks, Kerri
Using the built in Name() function, I'd assume - not clear how you
determine which "random information" goes with which image, but that's
the tool you would use.
John W. Vinson [MVP]
Douglas J. Steele - 21 Feb 2007 21:59 GMT
Name oldpathname As newpathname

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
> Hi
>
> I am looking to rename several thousand .jpg files with random information
> held in a table in access. Any feedback how I would do this in VB?
>
> Thanks, Kerri