can I Insert some data in the report from the other table?

  • Thread starter Thread starter A. Barabus
  • Start date Start date
A

A. Barabus

Hi all,
I would like to know that can I insert some data from the other
table to the report?
What I mean is a report which will show the data with one table, is
it possible to add other data which is from different tables to the same
report? both tables don't have any relationship.
thx for helpppp!!!!!!!

Barabus
 
you could use a subreport, bound to the other table. but if there is no real
or practical relationship between the two tables, you're not going to be
able to synchronize records between the two.
 
I think what you are looking for is the concept of using a
query for your report? In general you would create a
query of two related data tables and than base the report
on this query.
If the tables are not related by any comon field, than a
subreport would be the only way.
Hope this helps.
Fons
 

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