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

Automate an import of an sql

Status
Not open for further replies.

seashore67

Technical User
May 27, 2003
51
US
Is there any way to automate an import of an sql server database...therefore creating an update of those tables?
 
I am alittle unsure of what you are asking... Are you trying to link the sql database to access? If so trying creating a system ODBC connection (Control panel - Administrive Tools - ODBC Connections) and then pointing it to your server and database. Then in your database you would simply link (File - Get External data - Link tables) the tables via the ODBC connection. That way you are pulling live data from the server to the database. You can then build your forms, queries, reports, etc. using the linked tables. If this isn't what you are looking for then please post more info!

If at first you don't succeed, call in an airstrike. - Murphy's Laws of Combat Operations
 
Hi

Yes I was trying to link and as I further read into what i was doing i figured that out. Thanks for the help though.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top