compudude86
IS-IT--Management
- Jun 1, 2006
- 46
hi all,
im trying to make a formula to update an item automatically. example
column a column b column c
123 456 789
my formula would be column c = column a - column b / column a
i tried Me((column c)) = Me!((column a)) - ((column b)) / Me!((column a)) without the parentheses.
how would i actually get this to work properly in access?
im trying to make a formula to update an item automatically. example
column a column b column c
123 456 789
my formula would be column c = column a - column b / column a
i tried Me((column c)) = Me!((column a)) - ((column b)) / Me!((column a)) without the parentheses.
how would i actually get this to work properly in access?