merlynsdad
Programmer
I'm copying a table from another db to my db. I can't modify the other db. My code is
DoCmd.CopyObject , "tblName1", acTable, "path tblName"
I don't code Access that much and know I have a syntax problem referring to the path and other table name, since Access can't find it, but cannot remember or find a reference to what the proper syntax should be.
If the square peg won't fit in the round hole, sand off the corners.
DoCmd.CopyObject , "tblName1", acTable, "path tblName"
I don't code Access that much and know I have a syntax problem referring to the path and other table name, since Access can't find it, but cannot remember or find a reference to what the proper syntax should be.
If the square peg won't fit in the round hole, sand off the corners.