help me in vb.net plsssssssss
-
i'm new in vb.net, i'm using Microsoft Visual Studio .Net 2003 i try to create a system to record customer problem regarding our system, when they call us. each time i submit the record, it will save the data that i've key-in and must generate a unique document number for our reference. i try to create the docNo but it didnt work. how to add data from 3 textbox in one field into my table? HELP..
-
i'm new in vb.net, i'm using Microsoft Visual Studio .Net 2003 i try to create a system to record customer problem regarding our system, when they call us. each time i submit the record, it will save the data that i've key-in and must generate a unique document number for our reference. i try to create the docNo but it didnt work. how to add data from 3 textbox in one field into my table? HELP..
zaimah wrote:
i try to create the docNo but it didnt work.
The description "didn't work" is a rather useless. What did you do to try to create the docNo, and what happened specifically when you tried this? Are you using a database? In that case the easiest way to create a unique id is to set up an automaitcally incremented field in the table. How that is done depends on what brand of database you are using.
Experience is the sum of all the mistakes you have done.