I have 2 problems:
First one is I want to put an user name password in a form...I have designed the table and database and I'm fetching the user names from a table and putting them in a combo box, from the combobox i select the required user name to be selected and then enter the password into a text box,if the password matches the one in the database for the required user,then it goes to the other form.
I've completed the data entry part and have used a dataset to do so.
Please guide me so as i can check if the password value in the database is same as the one entered in the text box.
My second problem is that I have to add a printing option in my software to prepare a bill...I have no idea how to print apart from facts that either crystal report or a dos printing system can be used.Please help me in any way possible about the printing.
Is data entry into a database needed for printing or just data showing currently in a form enough for printing?
Thank you for your help. :)