I
inspector tim
I have an Oracle dB that i am connected to. There is a Table named
[remarks_Detail] . This is a sample of what the data looks like.
Remarks_ID Seq_No Remarks_txt
Tim001 1 Conc
Tim001 2 This
Tim001 3 Column
Joe001 1 New Sentence
Joe001 2 When ID Changes
I made the data simple, the remarks_txt column wraps to the next row when
the field reaches 255 characters. Keeping the same Remarks_Id but the Seq_No
goes increases. There are instances of only one seq_no per Remark_ID and
there are instances where the seq_No reaches 15.
This data from a diary entry program. We want to use access for a reporting
tool since the reports in the program are generic and cannot be modified.
[remarks_Detail] . This is a sample of what the data looks like.
Remarks_ID Seq_No Remarks_txt
Tim001 1 Conc
Tim001 2 This
Tim001 3 Column
Joe001 1 New Sentence
Joe001 2 When ID Changes
I made the data simple, the remarks_txt column wraps to the next row when
the field reaches 255 characters. Keeping the same Remarks_Id but the Seq_No
goes increases. There are instances of only one seq_no per Remark_ID and
there are instances where the seq_No reaches 15.
This data from a diary entry program. We want to use access for a reporting
tool since the reports in the program are generic and cannot be modified.