making a report

N

Nawel

hello,
I create a form which contain a lot of fields using expressions , all are
unbound fields. I want to show these fields on a report. How can I do it , I
know that report can't be based on a form.
Thanks
Nawel
 
M

Mike Painter

Nawel said:
hello,
I create a form which contain a lot of fields using expressions , all
are unbound fields. I want to show these fields on a report. How can
I do it , I know that report can't be based on a form.
Thanks
Nawel

Use a query and place the expressions there, then both forms and reports can
be based on the query.
 
N

Nawel

thanks for your answer but my problem is that the form is already existing
witj all the calculations, should I delete it and then create a query for
creating a form ??? it would be really a big work , is there any other way ???
 
Top