Search results

  1. P

    Running A Word Macro From Access Command Button

    Hi Guys, Thanks for the information, however, after surfing the internet for more information - i have found a way of doing it all from Access. I am now simply using this in the OnClick Event of the form, the only item that needs changing is the filepath in the red, so long as the button is...
  2. P

    Running A Word Macro From Access Command Button

    Hello, i can't seem to find the Document_Open event handler - where is this in the form? :D
  3. P

    Running A Word Macro From Access Command Button

    Hi, Version (Access): 2003 Version (Word): 2003 Wanted to know if it is possible to run a word macro from a button on my access form that opens the word document. I have got this code currently (on the access form) - i can open the document correctly by using this code: Private Sub...
  4. P

    Account Number creation

    Hi, Thanks for the coding, does this go into a form (sorry - but i'm quite new to this thing) - if so, where abouts?
  5. P

    Account Number creation

    Does this therefore mean that: - i could actually force the autonumber to start at 00001 if i wanted to? Also what would be the coding for the custom number in a text field?
  6. P

    Account Number creation

    I am creating a table to hold account details, i wondered if it was possible to force the ID column (Autonumber) to have 5 digits (i.e. 00001, 00011, 00111 etc.). I have tried using the format option, however have found that this only displays it as a five digit number and only uses a one...
Back
Top Bottom