I'm working on a windows application with a SQL Server backend that deals with stock control of books. A book has the option of being serial numbered, and the first time that book is recieved, the user has the option of manually entering the serial numbers they want.
This is where I get stuck. I'm not quite sure how to let them do that, and so far I've thought of using a list box that they can enter the serial numbers into, or a multi-line text box. Is this firstly possible, and also practical?
If it is, how do I go about retrieving what they've entered, and separating each serial number so I can create a record of each serial number in the database?
I hope this isn't too confusing. Am so looking forward to any ideas and help.
This is where I get stuck. I'm not quite sure how to let them do that, and so far I've thought of using a list box that they can enter the serial numbers into, or a multi-line text box. Is this firstly possible, and also practical?
If it is, how do I go about retrieving what they've entered, and separating each serial number so I can create a record of each serial number in the database?
I hope this isn't too confusing. Am so looking forward to any ideas and help.