Search results

  1. W

    Embedding Windows Media Player

    Has anyone ever embedded a Windows Mediaplayer activeX control in an Access form? I've been playing around with it trying to load an AVI file. I get all sorts of errors involving the ReadyState. Is there a way to embedd the control so it will launch an AVI from a URL during a click event...
  2. W

    AVI Loading and Viewing

    I apologize. New to the site. Didn't know where it fit. Don't know user environment on this site. Thanks for the feedback.
  3. W

    delete all records in a table

    Here's a simple solution: --- DoCmd.RunSQL "DELETE * FROM <<enter table name>>;" DoCmd.TransferSpreadsheet acImport, <<enter spreadsheet type ie. acSpreadsheetTypeExcel9>>, "<<enter table name>>", "<<enter directory path where spreadsheet is stored>>", True, "<<enter spreadsheet range if...
  4. W

    AVI Loading and Viewing

    I'm working on an Access 2000 app. One of the things I'd like to do is load an OLE control so that when the user clicks it, an AVI file loads and plays. However, the AVI is not stored locally. It's accessed through a URL. I've tried a bunch of VB, but I can't sucessfully get the file linked...
  5. W

    AVI Loading and Viewing

    I'm working on an Access 2000 app. One of the things I'd like to do is load an OLE control so that when the user clicks it, an AVI file loads and plays. However, the AVI is not stored locally. It's accessed through a URL. I've tried a bunch of VB, but I can't sucessfully get the file linked...
Back
Top Bottom