G
Guest
Using Access 2003
Area: Reports
With the fileds shown, how do I get [Lastname] immediately under [Firstname]
when [Comments] is a Memo field set to
Grow="yes"?
WHAT I WANT:
[Firstname] [Comments]
[Lastname] xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
WHAT I GET:
[Firstname] [Comments]
xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
[Lastname]
I have entered =[Firstname]&CHR(10)&[Lastname] into the Control Source and
it concatenated them but on the same report line.
The same result occurs if I move the two fields above/below each other in
Reports Design View.
Thanks Dennis
Area: Reports
With the fileds shown, how do I get [Lastname] immediately under [Firstname]
when [Comments] is a Memo field set to
Grow="yes"?
WHAT I WANT:
[Firstname] [Comments]
[Lastname] xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
WHAT I GET:
[Firstname] [Comments]
xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
[Lastname]
I have entered =[Firstname]&CHR(10)&[Lastname] into the Control Source and
it concatenated them but on the same report line.
The same result occurs if I move the two fields above/below each other in
Reports Design View.
Thanks Dennis