I have this line in a control box to count a number in a specific field
=DCount("[LastName]","OrientationMain","[Session 1] = True"
Now, on the same form, I am trying to multiply the result of this DCount by different numbers. I know this should probably be pretty easy, but I can't figure it out. Any suggestions?
=DCount("[LastName]","OrientationMain","[Session 1] = True"
Now, on the same form, I am trying to multiply the result of this DCount by different numbers. I know this should probably be pretty easy, but I can't figure it out. Any suggestions?