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
Software to manage file sharing
exchange 2007 scr log truncation problem
Sharepoint custom workflow status permissions
Automatic Email Upon RDP Connection
Server 2008 NLB problem
How to Populate a ListBox Control with Values from an Access Database Table
Mac RDP clients slow?
to perform save after app deploy using jython scripts
Create linked server from MS Sql to oracle server
Javascript register...