show unbound detail on report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way of creating a report from a form that has data populated in
some text boxes (from look up table) and also has some unbound text boxes
that users fill in on the form.
 
Provided the form remains open behind the report, you can set the Control
Source of the text box on your report like this:
=[Forms].[Form1].[Text0]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top