Search results

  1. S

    Open an Acess form in VB (and not VBA!)

    I want to know if it's possible to open a specific Access form in the Vibual Basic code (and not VBA!). I know that I can open the startup form by simply opening the database, but I don't know how to open an another form. There's a function (OpenRecordset) that open recordset in the Database...
  2. S

    Open an Access form in VB (and not VBA!)

    I want to know if it's possible to open a specific Access form in the Vibual Basic code (and not VBA!). I know that I can open the startup form by simply opening the database, but I don't know how to open an another form. There's a function (OpenRecordset) that open recordset in the Database...
  3. S

    DDE: not dynamic with Access97 ???

    I try to make a link between Access97 and an another application. I put the DDE function in the ControlSource property of a Textbox and I got the value requested. Here is the DDE function that I use: =DDE("Excel", "Sheet1", "R1C1") In an another message, I asked help because it won't work...
  4. S

    DDE: not dynamic with Access97 ???

    I try to make a link between Access97 and an another application. I put the DDE function in the ControlSource property of a Textbox and I got the value requested. Here is the DDE function that I use: =DDE("Excel", "Sheet1", "R1C1") In an another message, I asked help because it won't work...
  5. S

    DDE: not dynamic with Access97 ???

    I try to make a link between Access97 and an another application. I put the DDE function in the ControlSource property of a Textbox and I got the value requested. Here is the DDE function that I use: =DDE("Excel", "Sheet1", "R1C1") In an another message, I asked help because it won't work...
  6. S

    DDE function in ControlSource property: error !!!

    I have problem in using a DDE communication between an Access97 database and a another application (insql server or something else: it does not matter...). I want to use the DDE function that you can put into the ControlSource property of a textbox: DDE(application, topic, item) So, this...
  7. S

    DDE function in ControlSource property: error!!!

    I have problem in using a DDE communication between an Access97 database and a another application (insql server or something else: it does not matter...). I want to use the DDE function that you can put onto the ControlSource property of a textbox: DDE(application, topic, item) So, this...
Back
Top Bottom