Jump to content

Open a access form with php


Jouatt

Recommended Posts

Hi all,

I have been working on this and maybe you guys can help. All I need to do is be able to open a access form with php. I have tried a couple of diffrent things but nothing is working. What I have right now is

$app = new COM("Access.Application");
    $app->OpenCurrentDatabase("C:\Documents and Settings\Ian\Desktop\TestData.accdb");
    $app->Application->Run("OpenAccForm");
    //$app->DoCmd->OpenForm("Test Data");
    //$app->Visible = "Yes";
    print "Loaded Access, version {$app->Visible}\n";

Any help is appreciated. Right now It opens access but is not viable. I know it is opening access because it is in the processes tab in task manager.

 

 

Link to comment
https://forums.phpfreaks.com/topic/221801-open-a-access-form-with-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.