Recordsource fields in a report

  • Thread starter Thread starter Björn
  • Start date Start date
B

Björn

Hi

Can anyone tell me how I can retrieve value from a field in a form
recordsource if the field is not in the report.

The only way I've done it is by adding the field to the report and made it
invisible. Then I can access the value from the report code.

There must be another way????

Best Regards,
Björn
 
Björn said:
Can anyone tell me how I can retrieve value from a field in a form
recordsource if the field is not in the report.

The only way I've done it is by adding the field to the report and made it
invisible. Then I can access the value from the report code.

There must be another way????


Assuming you meant report record source instead of "form
recordsource", no, there is no other way. It's an Access
optimization where Reports do not waste time retrieving a
field from their record source if there is no control bound
to the field.
 

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