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)...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.