
Signature
KARL DEWEY
Build a little - Test a little
Irina,
I think Karl's idea will work, except you would put a = in front, and
also spaces around the &s like this:
="tblClient " & Format(Date(),"mm-dd-yyyy")
Having said that, I would caution that this sounds like a very
suspicious idea, if you don't mind me saying so. I would really suggest
you get some further advice on creating tables based on divisions of data.

Signature
Steve Schapel, Microsoft Access MVP
> I do not know if it will work but it would need to be like this ---
> tblClient&" "&Format(Date(), "mm-dd-yyyy")
Irina - 08 May 2008 15:58 GMT
Steve -
the reason why I wanted to export the table as a copy with a date
into another DB is for backup purposes in case something gets screwed up
in the actual db. But instead what I can do is do a backup of the actual
database.
I think... I am not sure if I have to do this using task scheduler or what.
what do you think?
> Irina,
>
[quoted text clipped - 8 lines]
> > I do not know if it will work but it would need to be like this ---
> > tblClient&" "&Format(Date(), "mm-dd-yyyy")