cooldude_007
Contributor
Hi all,
I need help in doing a VB college project, the project is very simple, we named it "EasyPay" What it does is.
1. Create 10 tables with bill details(phone, water and electricity) and assign them unique numbers.
2. You enter a unique number and the table that you created corresponding to the unique number shows up, and that form should have a button saying "pay", you click on that and the next time you view the same bill, there should be a text saying "PAID" next to the bill details.
For the people who told me to do my own work - Yes i am on my project, the UI is created and the basic stuff is done,.
I need the following help:
1. I need to save a text in the DB with the bill details which need to be retrieved after entering the unique number.
2. How do I make the status of a bill "PAID" on a click of a button.
P.S- Is this easier in HTML?
Thanks.
I need help in doing a VB college project, the project is very simple, we named it "EasyPay" What it does is.
1. Create 10 tables with bill details(phone, water and electricity) and assign them unique numbers.
2. You enter a unique number and the table that you created corresponding to the unique number shows up, and that form should have a button saying "pay", you click on that and the next time you view the same bill, there should be a text saying "PAID" next to the bill details.
For the people who told me to do my own work - Yes i am on my project, the UI is created and the basic stuff is done,.
I need the following help:
1. I need to save a text in the DB with the bill details which need to be retrieved after entering the unique number.
2. How do I make the status of a bill "PAID" on a click of a button.
P.S- Is this easier in HTML?
Thanks.