Hi all
I have a table that has imported data. Here is what I want to do:
I have
Field a 'Home'
Field b ' '
Field c ' '
I only need the field that has a content to be appended to a unique field G
the programming would be
If field a is not blank, G = field a, else if field b is not blank, G = field b, else if field c is not blank, G = field c. In this case field G would be 'Home'
Trying to figure out how to do that using query option.
thanks
bino