Search results

  1. G

    Changing from acFormatSNP to acFormatPDF

    Hi, I have a Access app that basically loads csv datafiles and creates mailings (letters) based on the csv data and an Access report. The VBA uses: DoCMD.OutputTo acOutputReport, "rptLetter", acFormatSNP, "C:\letter.snp",,, acExportQualityPrint However, some of our users have moved to...
  2. G

    HELP! - File Browser Form Control (comdlg32 / 64 bit)

    Hi I have an Access database that was built with Access 2003 and has been working ok with 2007. However, I have just found that there is a problem if the client machine is running Windows 7 64 bit.... The database has a form with a file browser control that the user clicks on the "browse"...
  3. G

    Report Layout (for letter address)

    Hi, I have a report that produces letters for mailings. The report has a subreport which contains the company (sender) address and this is positioned in the top right of the report. What I want to do is have the address lines left-aligned, but with the address block aligned right. The sender...
Back
Top Bottom