reference to a field in a table

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

Guest

Hi all,

I have a report based on Table1 which has a field F1, how can I refer to F1
in the event of print of Detail

Clara
 
clara said:
I have a report based on Table1 which has a field F1, how can I refer to F1
in the event of print of Detail


You need to have the field in the report's record source
table/query AND you need a text box in the report that is
bount to the field.

If there is some obscure reason why you can't do that, then
you can use DLookup with the detail's primary key in its
criteria.
 
Back
Top