Recent content by chappy72

  1. C

    Convert a Word-document to PDF from MS Access

    Hello everybody I have a strange question;-) I have an Access application and some word (docx) documents. Now I want to "convert" the word documents to PDF. One possibility is with automation like Dim objWord As Object Set objDoc = objWord.Documents.Open(filename:="test.docx") objDoc.SaveAs...
  2. C

    Recordset.Update produces application crash

    Hello everybody it's again with Citrix and Access 2010.... On different local installations everything works fine, but on Citrix I get an application crash at the line with Recordset.Update: ... Dim vDB As DAO.Database Dim vRS As DAO.Recordset Set vDB = CurrentDb() Set vRS =...
  3. C

    Acc 2010 and VBA: Strange problems under Citrix

    Hi All I have some easy code in Access 2010 SP1 for opening Word 2010 and do a mailmerge. On four local and different installations that works fine. But on a Citrix installation I get strange error messages. It seems to be a timing problem. Please have a look at the short VBA example: The...
Back
Top Bottom