G
Guest
I have a database where two tables have a one to many relationship defined
where a single record in table one can have any number of records in table 2,
although in reality it is usually between 1 and four.
I need to export the records to an ascii file where the records are
concatenated with the record from table 1 being followed by all associated
records from table 2.
example:
T1T2T2T2T2
T1T2
T1T2T2
I'm ok with the basics of the export to the ascii file but would be very
grateful to receive some help in regard to how to achieve the concatenation
of the various records.
Thanks,
Dave
where a single record in table one can have any number of records in table 2,
although in reality it is usually between 1 and four.
I need to export the records to an ascii file where the records are
concatenated with the record from table 1 being followed by all associated
records from table 2.
example:
T1T2T2T2T2
T1T2
T1T2T2
I'm ok with the basics of the export to the ascii file but would be very
grateful to receive some help in regard to how to achieve the concatenation
of the various records.
Thanks,
Dave