Sabrina,
I'm not sure what you are asking for...you can concatenate the old table name with the current date to get the "new" table name.
strNewtablename = "OLDTABLENAME" & Replace(Date(),"/","")
If the table name was "MYTABLE" you would get:
strNewtablename = "MYTABLE10102008