D
David Popham
Hello all,
This is an incredably naive question, but even after
following the examples in the texts, I still end up with
an error.
I have a table, named Donor, with the following fields
among others:
Sal FirstName LastName
Mr. John Smith
Mrs. Alice Cooper
I have a report with a text box in which I would like to
have the outout formatted as
Mr. John Smith
Mrs. Alice Cooper
etc.
I have tried entering the following expression in the
Control Source using the Expression Builder
=[Donors]![Sal]&" "&[Donors]![FirstName]&" "&[Donors]!
[LastName]
What happens is that when I open the report it prompts an
inputbox with the following title Enter Parameter Value
Whether I ignore it or not my report ends up with the
error expression #Error.
I am very new to using MS Access, but I have add more than
some experience in Excel and VBA so I thought I should be
able to solve this puppy. I can't so I hope one of you can
help me please.
David
This is an incredably naive question, but even after
following the examples in the texts, I still end up with
an error.
I have a table, named Donor, with the following fields
among others:
Sal FirstName LastName
Mr. John Smith
Mrs. Alice Cooper
I have a report with a text box in which I would like to
have the outout formatted as
Mr. John Smith
Mrs. Alice Cooper
etc.
I have tried entering the following expression in the
Control Source using the Expression Builder
=[Donors]![Sal]&" "&[Donors]![FirstName]&" "&[Donors]!
[LastName]
What happens is that when I open the report it prompts an
inputbox with the following title Enter Parameter Value
Whether I ignore it or not my report ends up with the
error expression #Error.
I am very new to using MS Access, but I have add more than
some experience in Excel and VBA so I thought I should be
able to solve this puppy. I can't so I hope one of you can
help me please.
David