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

    Microsoft Office Access can't find form...

    I've got a form with a listbox built on the fields of a table. On the After Update event, I've got this code: Private Sub lstQueries_AfterUpdate() Dim LinkCriteria As String On Error GoTo Err_lstQueries_Afterupdate LinkCriteria = "qry" & lstQueries.Value Forms!frmInv.RecordSource =...

Part and Inventory Search

Back
Top