TheNiceGuy
New member
im using visual studio 2010, my problem is when i insert record in access database..
for example,
vb.net output
Aaron(textbox)
i want to insert it in the access database just like this...
ID branch Manager Employee <----(DATAFIELDS)
1 001 Mr. A John
2 002 Mr. B Luke
3 003 Mr. C Matthew
4 004 Mr. D Aaron (this is where i want to put)
now, how can i insert my record into that specific row and column.. can you please explain it step by step.. i already searched it but i cant understand it unless someone teach me.. thank you very much!! that's for 10 pts..
for example,
vb.net output
Aaron(textbox)
i want to insert it in the access database just like this...
ID branch Manager Employee <----(DATAFIELDS)
1 001 Mr. A John
2 002 Mr. B Luke
3 003 Mr. C Matthew
4 004 Mr. D Aaron (this is where i want to put)
now, how can i insert my record into that specific row and column.. can you please explain it step by step.. i already searched it but i cant understand it unless someone teach me.. thank you very much!! that's for 10 pts..