ok 2 problems.
#1.
I have a bound field on my form called "salary" and a combo boox called "multiplier", which is unbound but dispalys two numbers for the user to select 1.
i have a third text box bound named "amount" which should be the result of salary*multiplier.
Salary is stored in a table and a query, multiplier is not stored, and amount is in the same query.
#1.
I have a bound field on my form called "salary" and a combo boox called "multiplier", which is unbound but dispalys two numbers for the user to select 1.
i have a third text box bound named "amount" which should be the result of salary*multiplier.
Salary is stored in a table and a query, multiplier is not stored, and amount is in the same query.