Search results

  1. C

    Storing Credit Card details

    I need to be able to capture credit card details over the phone and store securely in an Access database. The requirement is to then create an extract file containing credit card details, amount and to be sent to a bank. If the same customer calls again weeks later, there is a need to be able...
  2. C

    Word VBA from Access

    I've developed VBA code in Access 2007 which starts a 'hidden' Word session, does stuff, and then quits the Word session. All works fine except under 2 scenarios - (A) If there is another 'normal' Word session running prior to the code running and (B) If a 'normal' Word session starts whilst...
  3. C

    Dedicated Clipboard in VBA?

    I've developed VBA code in Access 2007 to copy many small Word documents into a larger Word document. It works fine, but can take 10 to 20 minutes to complete, running in the background. That's OK too! HOWEVER, because I use ".Selection.Copy" & "Selection.PasteAndFormat" as the basis for the...
  4. C

    Using Word Objects from MS-Access 2007 VBA

    First ever thread.... I'm using MS-Access 2007 for a client and need to manipulate Word documents. I'm finding it difficult to find the definitive list of objects, methods and properties to use in this version of VBA. The specific need is akin to a 'merge'. I need to (i) open a blank Word...
  5. C

    Hello

    This is my brief introduction. It's my first forum, although I have been around the Sun 58 times already. Formerly a PL1 programmer in the "olden days", I've managed to keep my hand in with VBA for the past 15-20 years or so. I occasionally need help, but would like to think I might be able...
Top Bottom