Hi,
I have a field on a form that I'm calculating called Options Vested. I'm creating another field on the form called Total Options Vested where I want to total all the Options Vested for that Employee. The two fields don't exist in the table since I'm doing calculations.
I tried this but I get double the vested on the field for that record and it doesn't carry through to the other records for the employee.
=DSum("[Options Vested] ","[StockOptions]","[Employee]='" & [Employee] & "'")
Could you tell me what's the best way to do this?
Thanks so much.
I have a field on a form that I'm calculating called Options Vested. I'm creating another field on the form called Total Options Vested where I want to total all the Options Vested for that Employee. The two fields don't exist in the table since I'm doing calculations.
I tried this but I get double the vested on the field for that record and it doesn't carry through to the other records for the employee.
=DSum("[Options Vested] ","[StockOptions]","[Employee]='" & [Employee] & "'")
Could you tell me what's the best way to do this?
Thanks so much.