M
M B
Hello:
I'm working on a library database to hold books, both print and digital.
I'd like the report to print either the title of the book in plain text if
the book is a hard copy or the URL of the book if the book is electronic,
both in the same column (title) arranged in ascending order.
I've designed the report and placed the text boxes so they overlap and typed
the following in the control source of the selected multiple fields:
=IFF(Books!TitlePlain=Null,Books!TitleURL,Books!TitlePlain)
When I go to the form view, I get a box that says "enter parameter value"
and IFF (with a box to enter text). If I click OK, I get the report with
the URLs printed, but not the plain text titles. Plus, the books in hard
copy are at the top and the electronic books are at the bottom.
Obviously, my syntax is incorrect. And how do I get the "enter parameter
value" box to go away?
Any guidance would be appreciated!
Margaret
I'm working on a library database to hold books, both print and digital.
I'd like the report to print either the title of the book in plain text if
the book is a hard copy or the URL of the book if the book is electronic,
both in the same column (title) arranged in ascending order.
I've designed the report and placed the text boxes so they overlap and typed
the following in the control source of the selected multiple fields:
=IFF(Books!TitlePlain=Null,Books!TitleURL,Books!TitlePlain)
When I go to the form view, I get a box that says "enter parameter value"
and IFF (with a box to enter text). If I click OK, I get the report with
the URLs printed, but not the plain text titles. Plus, the books in hard
copy are at the top and the electronic books are at the bottom.
Obviously, my syntax is incorrect. And how do I get the "enter parameter
value" box to go away?
Any guidance would be appreciated!
Margaret