G
Guest
I wrote an absentee point system program and am trying to calculate how many
points an employee has. I am using the following code in the form and it
works.
However, I would also like to add the current points on the screen to the
sum of the points in the table. I tried to say "[point] + Me.points", but it
won't accept this. Any thoughts.
Dim nPoints As Integer
strEmp = Me.employee_no
Me.Text35 = DSum("[points]", "ABSTRX", "[employee_no]=" & strEmp)
points an employee has. I am using the following code in the form and it
works.
However, I would also like to add the current points on the screen to the
sum of the points in the table. I tried to say "[point] + Me.points", but it
won't accept this. Any thoughts.
Dim nPoints As Integer
strEmp = Me.employee_no
Me.Text35 = DSum("[points]", "ABSTRX", "[employee_no]=" & strEmp)