G
Guest
I have the following code:
Private Sub
WRIST_AVG = (WRIST_1 + WRIST_2 + WRIST_3) / 3
End Sub
I have the same basic code for neck, hips, forearms and they all work fine.
I have even used the "List Properties/Methods" right-click to make sure my
field names are right. What is wrong?
Thanks!
SFC T
Private Sub
WRIST_AVG = (WRIST_1 + WRIST_2 + WRIST_3) / 3
End Sub
I have the same basic code for neck, hips, forearms and they all work fine.
I have even used the "List Properties/Methods" right-click to make sure my
field names are right. What is wrong?
Thanks!
SFC T