Question Retrieving data

surya2010

New member
Joined
Dec 24, 2010
Messages
1
Programming Experience
Beginner
I am having a shop project!!

and

i am having trouble in storing data in access!
actually i am using split method to retrive data from database
my database is stored as:

stocktype quality

Foam 28,32,40,50
Coir 100,80,72


and other


when i select foam from combobox
in textbox i should be able to add data


but
it overrides in database as

Foam 70

instead of

Foam 28,32,40,50,70


please help me!

also how should i update one of data in table without others!!!!!!
 
Back
Top