Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by banterista

  1. banterista

    Printing in landscape doesn't work in Access 2010

    I've discovered that you have to specify margins as well, in Access 2010, to get a report printing properly. Why the margin defaults aren't set to coincide with the selection of either portrait or landscape, as in earlier versions of Access, is beyond me. Once again no response to my problems on...
  2. banterista

    Printing in landscape doesn't work in Access 2010

    I've got two customer systems that I've converted from Access 2003 to Access 2010 and all the landscape reports are now printing in portrait mode. I've tried using vba, and tried changing column settings and margin settings to correct this but to no avail. Any suggestions would be welcome.
  3. banterista

    Outlook 2010 programmatic access greyed out

    Well due to the lack of response I'm using third party software. I'm not impressed.
  4. banterista

    TransferText not writing output in sequence in Access vba 2010

    I've now resolved this by assigning a key to the table. Then filtering out the key in a query which in turn, is used to drive the transfer text command.
  5. banterista

    How to highlight rows in continuous forms

    I've written an application that involves matching payments against charges. I want to be able to highlight, in different colours, blocks of charges so that it is easy for the user to identify which payments relate to the relevant charges. I've tried using recordset clone to no avail. I need...
  6. banterista

    TransferText not writing output in sequence in Access vba 2010

    Although I've corrected my input file the output is still being produced in random sequence blocks.
  7. banterista

    TransferText not writing output in sequence in Access vba 2010

    Sorry guys I found a glitch in my input file please ignore this thread.
  8. banterista

    Outlook 2010 programmatic access greyed out

    I have an Access 2003 database that I recently converted to 2010 and the automated vba generated emails no longer work because of the above. I know there is a third party product you can buy to overcome this but does anyone know of a way to bypass the Outlook security in access vba 2010. Outlook...
  9. banterista

    TransferText not writing output in sequence in Access vba 2010

    I am using transfer text to create a text file and the output is randomly writing blocks of records out of sequence. Is there something I can do to correct this please? My statement is :- DoCmd.TransferText acExportDelim,,"TASExportTrans", namespath, False

Part and Inventory Search

Back
Top