AliyuKatsina
Registered User.
- Local time
- Today, 15:42
- Joined
- Dec 31, 2009
- Messages
- 73
Hi,
I wish to convert an imported sharepoint list to local table via vba.
the import is successful, however converting the list to a local table is my headache.
This is the code I used:
DoCmd.TransferDatabase acImport, "Microsoft Access", FPath, acTable, "SchoolList", "AccessTbl", 0
DoCmd.SelectObject acTable, "AccessTbl", True
RunCommand acCmdConvertLinkedTableToLocal
I got Error message no 2046 that the command ConvertLinkedTableToLocal is not available now! Please what is available now to accomplish the same task? :banghead::banghead::banghead:
I wish to convert an imported sharepoint list to local table via vba.
the import is successful, however converting the list to a local table is my headache.
This is the code I used:
DoCmd.TransferDatabase acImport, "Microsoft Access", FPath, acTable, "SchoolList", "AccessTbl", 0
DoCmd.SelectObject acTable, "AccessTbl", True
RunCommand acCmdConvertLinkedTableToLocal
I got Error message no 2046 that the command ConvertLinkedTableToLocal is not available now! Please what is available now to accomplish the same task? :banghead::banghead::banghead: