I need to include a field from a List table which is not part of .

N

NelsonG

I need to include a field from a List table which is not part of the original
report.
Do I need to do a whole new query and do the report all over again. - I
hope not.

thanks
 
R

Rick B

Just modify the query upon which your report is built, to include the new
field. It will then be one of the fields available in your report.

rick B
 
N

NelsonG

Thanks for your reply,
I modified the query and I can see the change on the query but the field is
not available on the report
 
N

NelsonG

thanks. I got it.

Rick B said:
Just modify the query upon which your report is built, to include the new
field. It will then be one of the fields available in your report.

rick B
 
Top