i need help.

plumage

Active member
Joined
Jul 12, 2004
Messages
38
Programming Experience
Beginner
i am now working on window application on vb.net.
and i got a problem..

example inside my add customer form, i got the customer id field.
now i wan to do is that, i would like the customer id no to autogenerated after the add customer button is press.

so can anyone here help me to solve this autogenerated problem..

do i need any coding to make it work?

thanks
 
what you need to do is get ris of the autogenerate option in your database. If you are using SQL2000 make the id of type integer. if you are using access: use number!

This has nothing to do with the vb side of things
 
Back
Top