B
Bre-x
I know I posted this question time a go, but I have to keep trying
I am connecting MS Access to a Pervasive SQL Server with a very old table
structure design
The table in question is a Sales Order table.
Only God knows why to enter a comment for each part sold it adds a new
Recordset
Example:
SO Number, Line Number, Part Description
1234, 1, Potatoes
1234, 2, Commentary 1
1234, 3, Commentary 2
1234, 4, Tomatoes
1234, 5, My commentary for Tomatoes
1234, 6, My second commentary for Tomatoes
What I need to end up with is something like this:
SO Number, Line Number, Part Description, Line Description
1234, 1, Potatoes, Commentary 1 Commentary 2
1234, 2, Tomatoes, My commentary for Tomatoes My second commentary for
Tomatoes
I don't know if this problem has such a obvious solution, I am not
explaining myself properly, or has no solution at all.
Once again I hope someone can help me.
Regards,
Bre-x
I am connecting MS Access to a Pervasive SQL Server with a very old table
structure design
The table in question is a Sales Order table.
Only God knows why to enter a comment for each part sold it adds a new
Recordset
Example:
SO Number, Line Number, Part Description
1234, 1, Potatoes
1234, 2, Commentary 1
1234, 3, Commentary 2
1234, 4, Tomatoes
1234, 5, My commentary for Tomatoes
1234, 6, My second commentary for Tomatoes
What I need to end up with is something like this:
SO Number, Line Number, Part Description, Line Description
1234, 1, Potatoes, Commentary 1 Commentary 2
1234, 2, Tomatoes, My commentary for Tomatoes My second commentary for
Tomatoes
I don't know if this problem has such a obvious solution, I am not
explaining myself properly, or has no solution at all.
Once again I hope someone can help me.
Regards,
Bre-x