Enter data into a report

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

Guest

Can I enter date and text in date and text fields on a report?

Thanks for your help
Anton N.
 
You can't type anything into a report textbox. You can, however, set the
ControlSource property of a textbox to an expression, so for example to
print the current date you could set the ControlSource to =Date().
 

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