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

    Problem with BeforeUpdate and AfterUpdate

    Hi guys, I have a combo box named cboProjects. In it you can select either One or Two, with the corresponding IDs 1 and 2. The code I have is this: Private Sub cboProjects_AfterUpdate() MsgBox "AfterUpdate: " & [cboProjects] End Sub Private Sub cboProjects_BeforeUpdate(Cancel As Integer)...
  2. marc2982

    Complicated table join with subquery

    Hello, This db I'm working on tracks the latest revisions of drawings. Multiple drawings fall under a work package, and multiple revisions of a drawing are present (listed 1, 2, 3, ...). I want to pull information about the latest revision of a drawing, including the drawing number, the...

Part and Inventory Search

Back
Top