Bill Bisco
Custom User Title
- Local time
- Today, 17:36
- Joined
- Mar 27, 2009
- Messages
- 92
I have 3 fields in a table: Option1, and Option2, and OptionMix.
I want OptionMix = Option1 / Option2.
I cannot use a query for because I want the user to be able to change OptionMix once this initial Calculation is Done.
In other words, Once this Code is Executed, every Record will have the Value of OptionMix equal to the equation above, but after that the OptionMix Value could be manipulated as usual.
If anyone could help, it would be appreciated cause I'm not sure how to do this in VBA
I want OptionMix = Option1 / Option2.
I cannot use a query for because I want the user to be able to change OptionMix once this initial Calculation is Done.
In other words, Once this Code is Executed, every Record will have the Value of OptionMix equal to the equation above, but after that the OptionMix Value could be manipulated as usual.
If anyone could help, it would be appreciated cause I'm not sure how to do this in VBA