Microsoft
Software
Hardware
Network
Question : ON change run a query
experts,
I have a form and I need to run a query on a change of the form.
DoCmd.OpenQuery "qryUpdateEUNameMS"
I see that there is no "on change" event of a form but there is an "on change" event of a field so im not sure where to put this?
thank you
Answer : ON change run a query
test this
place this code in the current event of form "frmMilestones"
Private Sub Form_Current()
If Me.NewRecord Then
Me.EndUserID = Me.Parent.cboEndUserID
End If
End Sub
Copy-of-System.accdb
(5.3 MB)
(File Type Details)
x
Random Solutions
Question about patch definitions in vCenter update manager
Access user control function from master page
Deletes
Ecommerce Solutions with CMS
How do I convert string to char?
Java validation for radio button list
Upgrade Sqlite in RHEL5.4
Apple Mail - Find local Exchange email after changing accounts?
How do I enable audio mapping over RDP on Windows 7?
Are Mac's easier to support than PC's? Why or why not?