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