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 Chriss Miller 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: murfeezlaw
  • Content: Threads
  • Order by date
  1. murfeezlaw

    vba syntax - using date variables in SQL

    Hi all, i've been working at this for what feels like forever and my head is getting sore from banging it on the desk. Can anyone see what is wrong with this syntax? Any help would be so appreciated. I know it's long. I had it broken up but was getting errors so i put it together so it might be...
  2. murfeezlaw

    Insert blank page if document is odd number of pages

    I'm using an Access application to create a document(A) and insert many word documents(B) into it. Is there a way to count the pages of the document being inserted? And if it's an odd number of pages to add a blank page? If i just do a page count of the document in VBA it'll count the pages of...
  3. murfeezlaw

    Columns spanning onto nextpage using InsertFile

    I'm using VBA to add a new document into the current open document. The title at the top of the new document that was inserted is being formatted in columns. How can i stop this? My code is below... For Each ctrl In Me![sfmStateForms].Form.Controls If TypeOf ctrl Is CheckBox And ctrl.Tag =...
  4. murfeezlaw

    Using VBA to update Page x of y in footers

    I could really use some help here. I'm using VBA in Access to open Word and dynamically create a document. At the end of this document I need to insert more documents. That is working fine. My problem is with the page numbers in the footers. The documents being inserted all have page numbers in...

Part and Inventory Search

Back
Top