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

  1. F

    vba hangs

    thank you everyone. the problem was in the docket printer. I reinstalled it and no more problems The code seems to be working as normal Cheers John
  2. F

    vba hangs

    Hi Jim E I'm flattered that you can understand my agricultural code so quickly. Saleref is always not null . The code is for printing Invoices and invoices can't be initiated without one. It may be incorrect to say it hangs, rather it goes into slow mode (5-10 minutes0) and eventually runs the...
  3. F

    vba hangs

    DoCmd.OpenReport hangs in access Private Sub cmdPrnRep_Click() On Error GoTo ln55 'On Error Resume Next If Not IsNull(SaleRef) Then DoCmd.OpenReport "Docket", acViewNormal, , "Saleref = " & SaleRef cmdSnP.Default = True Me.cmdSnP.SetFocus End Sub It worked for 20 yrs trouble free

Part and Inventory Search

Back
Top