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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vbLew
  • Content: Threads
  • Order by date
  1. vbLew

    Use vba to remove a page from an Access Report

    Hello All, Does anyone know how to remove a page within an Access Report. For instance, is there code to remove all even pages or all odd pages of an Access Report. Thanks
  2. vbLew

    Intentionally leaving the last page of report blank.....

    Hello All: Does anyone know how to leave the very last page of a report blank in access? What I need is for the last page of the report to be blank except for the header, footer, and a message in the middle of the page that says "THIS PAGE INTENTIONALLY LEFT BLANK." Thanks
  3. vbLew

    Is there a Get Line Function in Word VBA?

    I'm looking for a method in Word VBA to read a Sentence from Word and then store it into a string. But I do not want to convert the Word Doc to a text file.
  4. vbLew

    Tree View, Turning off the move over hint.

    Hello all, I am currently using an activeX tree view on one of my forms and I haven't found a way to shut off the 'move over' node functionality. What I mean by the "move over node functionality" is Whenever I hover my cursor over a node, a yellow box appears over that node with the node text...
  5. vbLew

    Difference of two tables

    Hello SQL Gurus, I am having trouble writing a SQL Query to find different records between two tables that are exactly the same structure. I have one table called tblRequirements,and another table, I download from another system, called tblTempRequirements. I want to create a query that would...
  6. vbLew

    In VBA Word, how to check for the current line number of a Selection

    In VBA Word, Is there a function call to find out what line number my selection is at? Thanks.
  7. vbLew

    Can I detect an 'End of Page' in a new Word Doc??

    Hello All: Just wanted to know if there is some vba code out there that someone might know about that will detect when my Word Selection is about to move to a new page. I'm writing code to generate an outline, and I want to be able to mark the bottom of each page -as the text is generated-...
  8. vbLew

    Can VBA Macros produce VB code in the code editor?

    Hello All: Just wanted to let you all know that I am a very lazy programmer. And a little new to VBA.... I'm used to creating macros in C to save me from typing alot of code, and I was wondering if VBA Macros work the same way. For example, can I set up a macro to output 'Dim userInput as...
  9. vbLew

    Access Report and Double Underline

    Hello All: I have "double underline" problem. I've created a report in access where everything is outlined with a double underline number. The double underline is shown in the report in access, however, when I export the report to a .rtf file. I no longer get a number that is double...

Part and Inventory Search

Back
Top