Hello, I am new to the forums and I have a question.
I am making a sports statistics database. My client requires me to create a live game time data entry method. To do this, I need to list everyone's name, and have buttons next to their names to increment the appropriate field. I have tried
Private Sum Command6_Click()
Me.GP.Value = Nz(Me.GP.Value, 0) + 1
End Sub,
But on click get the error, Run time error '2448' You can't assign a value to this object.
Please note, I am currently in a report, as it was the only way I could think to list all the names.
Please let me know what I am doing wrong.
I am making a sports statistics database. My client requires me to create a live game time data entry method. To do this, I need to list everyone's name, and have buttons next to their names to increment the appropriate field. I have tried
Private Sum Command6_Click()
Me.GP.Value = Nz(Me.GP.Value, 0) + 1
End Sub,
But on click get the error, Run time error '2448' You can't assign a value to this object.
Please note, I am currently in a report, as it was the only way I could think to list all the names.
Please let me know what I am doing wrong.