G
Guest
I import data from an external database using ODBC. Into tables. Access is
used as a report writer. I have no control over the way the data is imported
into the tables. The problem is some of the tables have been set up to import
multiple lines of text as individual records. i.e. Table A has the main data
about the record. Primary being the record numer entry. Table B has the same
primary Key with 12 records for each line of text. (There are ten tables like
this) They have to be joined together in a query to get the relevent data for
reports. When a report is generated I have multiple lines for each Record
from table A. The more tables I join the worse the report looks. I have hid
Duplicates in the report. It helps. Is there a way of taking each record in
table B and creating a single line of text (memo). I hope this makes sense.
The way its set up is a nightmare to get a decent report
used as a report writer. I have no control over the way the data is imported
into the tables. The problem is some of the tables have been set up to import
multiple lines of text as individual records. i.e. Table A has the main data
about the record. Primary being the record numer entry. Table B has the same
primary Key with 12 records for each line of text. (There are ten tables like
this) They have to be joined together in a query to get the relevent data for
reports. When a report is generated I have multiple lines for each Record
from table A. The more tables I join the worse the report looks. I have hid
Duplicates in the report. It helps. Is there a way of taking each record in
table B and creating a single line of text (memo). I hope this makes sense.
The way its set up is a nightmare to get a decent report