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
VB.NET - New to MultiThreading - Parameter Count Mismatch
Excel Username Macro
Network issues loading company web-site
Can't connect to local MySQL server through socket
I have an Exchange 2003 on a SBS2003 and I need it to handle 2 or more email domains
Padding Number
MAC Mail with Exchange 2007 Attachment Issue
DCOM was unable to communicate with the computer "Name" using any of the configured protocols.
Adding one cell to the bottom of a named range defined byan OFFSET
SAS 9.1 - Excel Import