H
Hugh self taught
Hi Special people,
I need to replicate a table in my database back end. This is so that I have
a separate table with all last years couples that I can run current year
comparisons to. Ideally I want a newly created table so I start it afresh.
I tried the DoCmd.Transferdatabase method for ease of code but there are
existing relationships. In the immediate term I have resorted to using the
DoCmd.CopyObject & a Delete query turning warnings off & on. Not what I'd
prefer to be doing though. Seems a bit messy.
Any alternatives to my dilema?
I need to replicate a table in my database back end. This is so that I have
a separate table with all last years couples that I can run current year
comparisons to. Ideally I want a newly created table so I start it afresh.
I tried the DoCmd.Transferdatabase method for ease of code but there are
existing relationships. In the immediate term I have resorted to using the
DoCmd.CopyObject & a Delete query turning warnings off & on. Not what I'd
prefer to be doing though. Seems a bit messy.
Any alternatives to my dilema?