Report - empty fields

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

Guest

Hello

I create a report with date from the Employee Info Table.
2 of the fields are calculated fields and on the report, these 2 fields are
showing up empty. In the Employee Info form however, these 2 fields contain
information.

How can I get this info to show in the report?

Thanks!
 
hi Margot,

margot_eon said:
I create a report with date from the Employee Info Table.
2 of the fields are calculated fields and on the report, these 2 fields are
showing up empty. In the Employee Info form however, these 2 fields contain
information.
Examine you form, wether the calculation is done in the record source of
the form or in the control source.


mfG
--> stefan <--
 
Both fields calculations were created in the control source of the fields.

What now? I beg for your support, I'm not an Access wizard.
THanks!
 
hi,

margot_eon said:
Both fields calculations were created in the control source of the fields.
Is your report based on the same record source as your form? If it is,
then just copy the controls in your report or create TextBoxes in your
report with the same expression.


mfG
--> stefan <--
 
Back
Top