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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using UpSize to SQL Plugin via Code

Status
Not open for further replies.

DerickD

IS-IT--Management
Sep 19, 2002
93
LU
Hey All,

I have written some code that :
1) Imports from text file
2) Appends it to a Table
3) Sorts and Updates the table

And now I want to upsize this new to our SQL server we have......

I have downloaded and installed the 'Microsoft Access Upsize Tool' for upsizing some table to our SQL 7.0 server.
It works fine, but I want to 'Access' the tool via Code, so the User Selects criteria and presses the button, and Booom you have a new table on your SQL.......

(I know, I know, that all this could be done on SQL from the begining, but it does not make it very Admin friendly)

Can you help me..
 
Do not worry I have found what needs to be done...

You can use the

Code:
DoCmd.TransferDatabase acExport, "ODBC",
[\code]

expresion ..(but add all the parameters...)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top