Recent content by PhilAJ

  1. P

    Automating Mailmerge problem

    Thanks for that Simon - it certainly works and stops the initial prompt.... BUT... When exiting the Word document, it now says that the Normla.Dot is in use by another Application, and prompts to save it somewhere. Any ideas...Here is the code.... Dim objWord As Word.Document Dim...
  2. P

    Automating Mailmerge problem

    Hi I've written some code that automates a mailmerge from a form in MSacess - and it works fine...BUT... straight after the code line Set objWord = GetObject(stDocName, "Word.Document") the word document opens and prompts with "Opening this document will run with the following...
  3. P

    Data Log via IP into tables

    Found lots of stuff about the MSComm control...but how how I get it into Access. Can't see it in the references or the additional Controls. Will this let me listen over IP on a specific port ? Thanks
  4. P

    Data Log via IP into tables

    Thanks for reply Ajettrumpet. Sorry - should have explained further - a pbx is basically the control box of a telephone system. Stood for 'Private Branch Exchange' - but basically now used to just describe the little box in the corner that conrtrols the dozen or so telephone. The main...
  5. P

    Data Log via IP into tables

    I need to write an application to collect and process data coming from our Telephone digital pbx. I have a connecton to the system - via a network cable - and can connect using HyperTerminal and see the data coming through as calls are made. Ideally, I would like to do this in VBA in Access...
Back
Top Bottom