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
Zebra LP 2844 label printer prints the first print job successfully, subsequent print jobs after skip labels and/or print partial data on labels until computer is rebooted.
make a new bridge in cisco catalyst 2950
mySQL complicated unions and subqueries
Flash XML content
T-SQL: Count number of tables in the DB (SQL server 2008)
Microsoft Access Database Engine 2010 Redistributable and "OpenRowSet"
Hung Login Processing 'Printers' Group Policy on Win2K8 Std running in ESXi 4.x
using a hidden form with .hta script
Drupal Menu - Custom Theming / API
mailbox move in exchange 2007