Search results

  1. R

    Upsizing wizard - where is DSN info kept

    I am using the upsizing wizard to convert a Access 2003 db to SQL Server. I have finally worked out how to create an application which doesn't require a SQL server logon (an exercise in extreme frustration:confused:) but if I want to add a linked table or refresh a link I cannot do so without...
  2. R

    SQL server login from Access

    I have upsized an Access application to a SQL server back end and I cannot login using VBA code. I have produced a really simple test set up with just one attached table and I am using this code directly from my autoexec Dim cn As New ADODB.Connection Set cn = New ADODB.Connection Dim...
  3. R

    Using a scrollbar control

    Does anyone know how to use a scrollbar control on an Access 2003 form? I have tried using an MSForms scrollbar but can't find any documentation or examples. All I want to do is to set the min and max values for it and detect where it is between those values
Back
Top Bottom