O
Ofer
I have to start by saying that its the wrong way to go.
you never save a name, just incase the name will change
then you will have to update your data.
Now if you insist, you can put the field of the name as a
text box on your form, visible false, un the update event
of your quality number assign the value to that field.
me.QalityName=me.QualityNum.column(1) (or what ever)
you never save a name, just incase the name will change
then you will have to update your data.
Now if you insist, you can put the field of the name as a
text box on your form, visible false, un the update event
of your quality number assign the value to that field.
me.QalityName=me.QualityNum.column(1) (or what ever)