Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting ICITEM Records

Status
Not open for further replies.

tslee1975

Technical User
Sep 5, 2008
6
0
0
SG
I need to export records from various IC tables and import them to another database later. I can get the required ITEMNO from SQL Server, but how do I export the required records in CSV or Excel format? I created and save a script, modify it and tried to load it back. It always fail to load, I suspect that there's too many "Criteria" listed (about 44K+). What would be the best way to do this task at hand?
 
Are you exporting from SQL or using Accpac's export functionality?
 
I am using ACCPAC's export functionality.
 
The best way to achieve this would be by running a query to extract the data rather than exporting, if you know how to do that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top