About Jet WorkSpace

Started by ranero at 05-13-2005 9:47 AM. Topic has 0 replies.

05-13-2005, 9:47 AM
ranero is not online. Last active: 5/13/2005 3:45:15 PM ranero

Top 50 Posts
Joined on 05-13-2005
Posts 1
About Jet WorkSpace
Reply Quote

I am new to VBA. I am trying to Clone a table and I need the Jet WorkSpace but I don't know wich Library I have to load for have it available. I try a lot of them but it doesn't work.

Does anybody know

thanks



Answer this question

About Jet WorkSpace

  • odbc user mexico

    here is some general info provided by one of our internal support engineers that might help:

    If you want to copy an Access table to a new table, with its data. we can use DoCmd.CopyObject function, e.g.
    DoCmd.CopyObject , "Table2", acTable, "Table1"
     
    For more info, we can refer to the following link:
     
    I tested on Access 2003 and it works fine.

    ____

    hope this helps,
    -brenda (ISV Buddy Team)


  • Bellingham Coder

    From our internal support engineer:

    1. In which product do you develop VBA Is it Access 2003
    2. Do you want to clone an Access table into a new table
    3. What do you mean by "I need the Jet WorkSpace"

    Please post your reply here and I'll make sure that it gets back to our engineer.

    thanks!
    -brenda (ISV Budd Team)


  • About Jet WorkSpace