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 SkipVought 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: *

  1. Drago1920

    Finding the lowest date

    Hello everyone, I have a database to track employee training, and I have created the module below to find the lowest date from multiple fields. It is working well until the dates are from the previous year. Is there a way to include the previous years? Or please tell me what I did wrong...
  2. Drago1920

    Date Field question

    Hello everyone, This might be a simple question, but i have been going crazy for a while now. I am creating a PDF in Livecycle Designer and have a date field with a display value of MM/DD/YYYY and when you input in that fashion it works fine. But the person I'm making the PDF for requested...
  3. Drago1920

    MS Word Delete Row

    OK guys i got this code to work for me the way in needed with a slight change. Thank you all again for the assistance... Application.ScreenUpdating = False Dim Tbl As Table Dim i As Long Dim noOfCol As Integer, j As Integer For Each Tbl In ThisDocument.Tables...
  4. Drago1920

    MS Word Delete Row

    Here is the code i was trying to make work, but it keeps deleting all the rows from the third one down no matter if it was blank or not. Application.ScreenUpdating = False Dim Tbl As Table Dim i As Long Dim noOfCol As Integer, j As Integer For Each Tbl In...
  5. Drago1920

    MS Word Delete Row

    Thank you all for replying, i guess i should have explained a little better. The form that is being used is a legal document in order to obtain a search warrant. The userform that i created has 15 boxes for any charged needed to be listed and 15 boxes for the statutes and the user fills in only...
  6. Drago1920

    MS Word Delete Row

    First I want to thank anyone that can assist me with what will probably be a very simple code, but I am having trouble locating the solution. I have a macro enabled word document with a userform that will populate bookmarks in a table. The table has 30 rows and 4 columns. If the user only...

Part and Inventory Search

Back
Top