making a report

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

Guest

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
 
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.
 
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 ???
 
Nawel said:
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 ???

You may want to do some cut and pasting to create the query before you
delete the form.
 

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