M
Michelle
I have a DB that has a PW ID (an auto number field and primary key) in a
report I would like to combine that with a field called PW or add text before
the PWID.
Example.
PWID PW
1 ABC#$%
2 ABC#$%
3 ABC#$%
4 ABC#$%
my expression is =[pw]+[pwid] I get an error
I have also tried ="ABC#$%"+[pwid]
can this be done if so how?
report I would like to combine that with a field called PW or add text before
the PWID.
Example.
PWID PW
1 ABC#$%
2 ABC#$%
3 ABC#$%
4 ABC#$%
my expression is =[pw]+[pwid] I get an error
I have also tried ="ABC#$%"+[pwid]
can this be done if so how?