jmbcreative
Technical User
I have a simple task. I need a command button to insert text into a couple of fields when pressed. What is the on-click syntax to do so?
My inclination is to use
******
Private Sub Approve_Click()
Me.Status.Value = "Approved"
Me.Approval.Value = "Y"
******
But for some reason it is not working. Any ideas?
My inclination is to use
******
Private Sub Approve_Click()
Me.Status.Value = "Approved"
Me.Approval.Value = "Y"
******
But for some reason it is not working. Any ideas?