jtfrier
Technical User
- Jan 12, 2006
- 85
I have a table that has two main fields one called part# and the other des for decription my table has mutipal part# with dec that that are defrent I need to have one part # and the decription field des need to be combinded. The tables are stored in access I also need to create a concetion to the access database coding has to be java.I am just learning java pleas give detail. Thank you
Code:
Ex what I want it to look like
part# des
1234 pincle, .09, red, black
Ex what it looks like
part# des
1234 pincle
1234 .09
1234 red
1234 black