Header problem

  • Thread starter Thread starter ANSWER
  • Start date Start date
A

ANSWER

I have report. In header of this report I want to input data from table.
Because data in report header has to be
changed occasionally and he can change data in that table although he use
mde database.

How can I do this or is there some other suggestions.
 
Use DLookup() in the ControlSource of a text box on your report, e.g.:
=DLookup("NameOfYourFieldHere", "NameOfYourTableHere")
 

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