Import / Export Data within Access & SQL

gstylianou

Registered User.
Local time
Today, 06:25
Joined
Dec 16, 2013
Messages
359
Hello to all,

Because this issue is something I haven't addressed, I would like to ask if an access form can have RecordSource directly from an external SQL file. For your best understanding on what i'm trying to do, please note know the following

There is an SQL database on the same computer as my Access database in which (SQL) there is data uploaded from a web site to the internet. I want to import those data into my own database which will then be displayed in forms.

Moreover i would like to ask if it's possible to extract data from my MSAccess direct into SQL database

Any help, point of view is important and thank you in advance
 
You can link a SQL database table directly to an access database.
You can read and write directly to a linked SQL table.

Does that help?
 
You can link a SQL database table directly to an access database.
You can read and write directly to a linked SQL table.

Does that help?

Thanks, i will make some testings
 
Be aware that you/ your users will need the appropriate permissions on the SQL tables / views to be able to read or write to them.
 
And if you have data in an Access table and want to export them to SQL Server, that is possible too.
 
And if you have data in an Access table and want to export them to SQL Server, that is possible too.

Ηι,

How can i do this "theDBguy" ? Could you please give me some details?

Thanks again
 
Ηι,

How can i do this "theDBguy" ? Could you please give me some details?

Thanks again
Hi. For example, if you have a DSN connection created for the SQL Server database, you can right-click on the Table you want to export and select Export > ODBC Database. Hope it helps...
 

Users who are viewing this thread

Back
Top Bottom