Recent content by fiesta_rich

  1. F

    access to word macro

    can any ones help me please as i need to get this nailed as the deadline for me to hand over the system is on friday anyone??
  2. F

    access to word macro

    thanks for all the help people got a problem Private Sub Transfer_to_Word_Click() Dim appWord As Word.Application Dim doc As Word.Document 'Set appWord object variable to running instance of Word. Set appWord = GetObject(, "Word.Application") 'Make sure you put in the correct path for the...
  3. F

    help please

    im setting up a database for a friend of mine who is setting his own business up and i want to transfer data from Access to Word to print an invoice off but i dont want to do it using mail merge I want to do it using VBA as I have done the whole database using VBA can anyone help me?? any help...
  4. F

    access to word macro

    hi im setting up a database for a friend of mine who is setting his own business up and i want to transfer data from Access to Word to print an invoice off but i dont want to do it using mail merge I want to do it using VBA as I have done the whole database using VBA can anyone help me?? any...
Back
Top Bottom