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
Google Apps Gmail and legacy MS Exchange (SBS) 2003 Synchronisation
SonicWall, VPN Access Rule
large list best practices
Test Network speeds
OS4 MultiTask Programming: How to get network while in Background?
How do you join a Snow Leopard Client to Windows SBS 2008 domain
How to backup to tape in BE 2010 ?
mstsc rdpfile published on citrix
Rollover flash "SWF" files are not working in internet explorer
OEM Crystal Viewer vs 3rd Party Crystal Viewer