My SubForm has Multiple TextBoxes, but the there two I need info from for the TextBox in the Footer.
TextBox1 Name - txtComponent
TextBox2 Name - mAvailQty
TextBox3 Name - txtBrass
What I'm trying to do is fill txtBrass with the value of mAvailQty when txtComponent shows Brass
and fill txtBullet with the value of mAvailQty when txtComponent shows Bullet etc.
Any ideas that would point me in the right direction?
TextBox1 Name - txtComponent
TextBox2 Name - mAvailQty
TextBox3 Name - txtBrass
What I'm trying to do is fill txtBrass with the value of mAvailQty when txtComponent shows Brass
and fill txtBullet with the value of mAvailQty when txtComponent shows Bullet etc.
Any ideas that would point me in the right direction?
Comment