Catastrophe
New member
- Joined
- Feb 21, 2014
- Messages
- 2
- Programming Experience
- Beginner
Hello There, In Visual Studio 2008..
Okay so I'm working on a project which is related to the Sales Management of an Organization. The Database has already been linked. Now I want a Form which does the following:
1. The Form has a MonthCalendar which shows the Dates.
2. There are some Textboxes. One Textbox will only show (Today's) Date. Another Textbox will show the Current (highlighted) Date which will change whenever the user clicks another date.
3.All these Dates will be connected to a Query which will provide dates on which Products were sold.
4.Navigation Buttons would allow the user to browse through all the Products sold on a particular Date.
5. A Textbox showing Total Sales of the Selected Date, another Textbox showing Total Sales the the Week and another showing Total Sales for the Month.
Additional Information may include a Textbox showing the Price of the Product currently open. All I need is the Code to do all this in Visual Basic 2008. I know we'll make use of a DataAdapter and a DataSet, but I don't know how to link the Calendar with these two. Any sort of help will be appreciated.
Thank you.
Okay so I'm working on a project which is related to the Sales Management of an Organization. The Database has already been linked. Now I want a Form which does the following:
1. The Form has a MonthCalendar which shows the Dates.
2. There are some Textboxes. One Textbox will only show (Today's) Date. Another Textbox will show the Current (highlighted) Date which will change whenever the user clicks another date.
3.All these Dates will be connected to a Query which will provide dates on which Products were sold.
4.Navigation Buttons would allow the user to browse through all the Products sold on a particular Date.
5. A Textbox showing Total Sales of the Selected Date, another Textbox showing Total Sales the the Week and another showing Total Sales for the Month.
Additional Information may include a Textbox showing the Price of the Product currently open. All I need is the Code to do all this in Visual Basic 2008. I know we'll make use of a DataAdapter and a DataSet, but I don't know how to link the Calendar with these two. Any sort of help will be appreciated.
Thank you.