Hi,
 
I have set up a bit of code to copy an exisiting table and change the name slightly:
  DoCmd.CopyObject , "TblDetail_" & PWyr, acTable, "TblDetail"
 
(Where PWyr is an integer which is set earlier)
 
TblDetail is stored in the back end of my database, and this code is running in the front...