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
 
Back
Top