
Signature
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamKallal@msn.com
Okay. I tried looking for it. I tried in the VB Code screen to search for
"name" and I got a bunch of results. But, what exactly should I be looking
for? Everything that I find is talking about renaming objects in the
database. I am looking to rename files that are not part of the database
but exist in a folder outside the database.
Jason
> There is a built in command called "name" that will do as you ask
>
> eg:
>
> name "oldfile" as "newfile"
Jason Lopez - 27 Dec 2007 21:15 GMT
I found a command that works.
Jason
> Okay. I tried looking for it. I tried in the VB Code screen to search
> for "name" and I got a bunch of results. But, what exactly should I be
[quoted text clipped - 9 lines]
>>
>> name "oldfile" as "newfile"