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 strongm 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. bigpete994

    building winpe cd

    If you take a look at this site http://nu2.nu/pebuilder/ you will find a very easy way fo making the CD you need. Bigpete994
  2. bigpete994

    Removing Comment Lines from Code

    You do not need to do this, as it has no improvement to the speed to the .MDE file Peter :-)
  3. bigpete994

    Printing a specific record in a report

    Hi Mattine Sorry I can not think why you would get that it has worked on all my forms, search the forum it has more version of doing this i think OK Pete X-)
  4. bigpete994

    Printing a specific record in a report

    this works for me, Private Sub Command30_Click() Dim strReportName As String Dim strCriteria As String strReportName = "Orders" strCriteria = "[OrderNo]='" & Me![OrderNo] & "'" DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, ...

Part and Inventory Search

Back
Top