This isnt exactly what it sounds like. I know I can control the input mask, and set it = to another field in a form, but the problem with that is then if you type over that field, it changes the other field in the form as well. I am wanting the 2 fields to be independant of each other, but IF one field has a value, the other field needs to have that value. If it is blank, the other field needs to be null.. example
Field A = 1
I Need field B to Also = 1. If Field A is blank, I need field B to be blank. The kicker. After Field B has Field A's value. I need to be able to update field B later, WITHOUT affecting Field A's value.
Any ideas??
Field A = 1
I Need field B to Also = 1. If Field A is blank, I need field B to be blank. The kicker. After Field B has Field A's value. I need to be able to update field B later, WITHOUT affecting Field A's value.
Any ideas??