I have a yes/no combo box, default value set to yes. After that value is updated, I want the value of a text box to be a decimal value.
Example: if combo box = yes, then text box = .02, if combo box = no, then text box = 0
I think I can do this with a macro in the after update of the combo box but I'm not sure about the syntax.
This is on one form built off one table. The text box is not on the form, just the combo box.
please help!
Matt