|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
i am developing a desktop appl with access. Later i need to make an interface that will have a button and which will upload the .mdb file to a SQL server database. The tale structure is already created only the newly entered data needs to be uploaded using the button. Any one has any script of this kind ? Please suggest any resource you can .
|
|
#2
|
|||
|
|||
|
The easiest way is to link tables to the SQL server, then use standard append queries.
These can be run from the button by using docmd.openquery "queryname1" docmd.openquery "queryname2" etc. |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > Microsoft Access to SQL server 2000 script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|