HighLightUK
Technical User
Can I make the default value of a textbox on a form equal to the value displayed in another textbox?
i.e if textbox1 value is 0 on the form, then the default value for textbox2 = 0, but if textbox1 = 7, then textbox2 default value = 7.
There are only two possible values in textbox1. I want textbox2 to update its control source table with this value. I tried using an IIf statement but couldn't get it to work.
i.e if textbox1 value is 0 on the form, then the default value for textbox2 = 0, but if textbox1 = 7, then textbox2 default value = 7.
There are only two possible values in textbox1. I want textbox2 to update its control source table with this value. I tried using an IIf statement but couldn't get it to work.