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 bkrike 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: forkEP
  • Content: Threads
  • Order by date
  1. forkEP

    Batch File to delete log files

    I surfed around the net and really wasn't able to find any batch files to delete IIS log files. The closest I was able to come was to delete all files in the log folder based on the file age. This batch file will delete all files in the named folder that are over 1 day old: @echo off forfiles...
  2. forkEP

    Problem with multiple invoice reports

    Im having a small problem with my invoice report running over multiple pages for each invoice entry I have. I have a query based on 5 tables: tblInvoiceNumber (which I am setting the criteria to the text box of the open form [Forms]![frmInvoice]![tblInvoiceNumber_InvoiceNumber]) tblCustomer...
  3. forkEP

    Updating a Bookmark for a forum based on a table recordset

    I have a form "frmInvoice" which has two combo box's "cboDate" and "cboJobNumber". Based on the selection of these two pieces of data, I want the form to populate with the corresponding information. The Form is based on a query which has tables (tblInvoice, tblInvoiceNumber, tblTickets...
  4. forkEP

    Populating a 2nd combo box from a combo box selection

    I have a form/subform based on querys. The query which the form is based on has 4 tables attached, with all related relationships. I have two combo box's pulling their information from tblInvoiceNumber: "WeekEndingDateShown" and "JobNumber" through the query. What I need to accomplish is...

Part and Inventory Search

Back
Top