Recent content by silenthillpsp

  1. S

    Access 03- SQL 2005 Direct Connection

    I found the solution. Thanks anyway.. Here is the code that saved my life :) Dim Cnxn As ADODB.Connection Dim rstsqlTablename As ADODB.Recordset Dim strCnxn As String Dim strSQL As String ' Open a connection Set Cnxn = New ADODB.Connection strCnxn =...
  2. S

    Access 03- SQL 2005 Direct Connection

    :D Hello Everyone, I have a database created in Access 2003 and same database in SQL server 2005. What I want to do is; update, delete, add data into SQL database using Access form.(with Command buttons) How can I connect and modify sql database from Access form and what codes I have to use...
Back
Top Bottom