Access 2000 expression question

M

Marcello

I am creating a report and I want to take a Label from a form I created and
place it in the report how do I do that.
 
D

David Lloyd

You can open the form in design view, click on the label to select it, then
right-click and select Copy. Go to the report in design view, right-click
and select Paste.

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


I am creating a report and I want to take a Label from a form I created
and
place it in the report how do I do that.
 
M

Marcello

What I have set up in a form is a question in a label box and the answer
which is either a Y, N or NA is the answer. What I want to do is take all
the N answered questions and put them into a report
 
Top