ring_of_fire
New member
- Joined
- Feb 16, 2006
- Messages
- 4
- Programming Experience
- 1-3
Hi All!,
I'm new with to VB.NET (2003) and especially novice at connecting databases to an application. I'm trying to create an application described below:
What I have?
I have an MDB file containing one simple table called as "Test" with three columns: Date, Title, Content.
My Purpose?
I want to build an application which will display Content and its Title according to date (for ex. for 15.02.2006, corresponding Content and its Title will be displayed).
Thank you for your help in advance!
Ring_of_Fire
I'm new with to VB.NET (2003) and especially novice at connecting databases to an application. I'm trying to create an application described below:
What I have?
I have an MDB file containing one simple table called as "Test" with three columns: Date, Title, Content.
My Purpose?
I want to build an application which will display Content and its Title according to date (for ex. for 15.02.2006, corresponding Content and its Title will be displayed).
- Users should have the ability/control to select from a calendar control a date and display its content, by clicking.
- The displayed text should be read-only and so the database itself; it will be modified from exterior. Title and Content will be both displayed inside read-only TextBox controls.
- The application will display only one Title + Content at a time based on the selected date (today's date by default).
Thank you for your help in advance!
Ring_of_Fire