E
eb
I have a problem. This is probably very simple, but I can't seem to wrap my
head around it.
I have a table with multiple columns.
Here is an example:
Column A Column B Column C
Cats whiskers
Cats sammy
Cats fluffy
Cats moppsie
Dogs rover
Dogs lassie
Dogs prince
Column C is an empty field
What can I do to add one parameter in the query for Column C so that the
table looks like this:
Column A Column B Column C
Cats whiskers furry
Cats sammy furry
Cats fluffy furry
Cats moppsie furry
Dogs rover furry
Dogs lassie furry
Dogs prince furry
I hope I'm not to vague. Thanks in advance!
EB
head around it.
I have a table with multiple columns.
Here is an example:
Column A Column B Column C
Cats whiskers
Cats sammy
Cats fluffy
Cats moppsie
Dogs rover
Dogs lassie
Dogs prince
Column C is an empty field
What can I do to add one parameter in the query for Column C so that the
table looks like this:
Column A Column B Column C
Cats whiskers furry
Cats sammy furry
Cats fluffy furry
Cats moppsie furry
Dogs rover furry
Dogs lassie furry
Dogs prince furry
I hope I'm not to vague. Thanks in advance!
EB