G
Guest
Thanx for the help I received. Helped me a lot.
Now I have a second problem. On my one form I have 5 fields.
EmployerRiskFactor, LocalityRiskFactor, DriverRiskFactor, CarTypeRiskFactor
and CompositeRiskFactor. The first four get their values from choices that
the user make in four dropdowns on the form. The last one get its value by
multiplying the values of the first four.
All I did was to type the following in the last textbox
=[EmployerRiskFactor]*[DriverRiskFactor]*[CarTypeRiskFactor]*[LocalityRiskFactor]
It worked very good. My only concern now is to get this textbox to write its
calculated value to the field in the table.
Peet
Now I have a second problem. On my one form I have 5 fields.
EmployerRiskFactor, LocalityRiskFactor, DriverRiskFactor, CarTypeRiskFactor
and CompositeRiskFactor. The first four get their values from choices that
the user make in four dropdowns on the form. The last one get its value by
multiplying the values of the first four.
All I did was to type the following in the last textbox
=[EmployerRiskFactor]*[DriverRiskFactor]*[CarTypeRiskFactor]*[LocalityRiskFactor]
It worked very good. My only concern now is to get this textbox to write its
calculated value to the field in the table.
Peet