Hello Everyone.
I need help with something that is probably fairly simple.
I need a program to display all information from a certain record to a label.
Here's how it will work. The user will enter a date into a textbox (ex:01/01/2001) and press a submit button. The information that is with that date will then display in a label for the user to see.
There are 3 columns.. Date, Event Title, and Door Opening Times.
I need the program to run a query (I guess) and find the row that matches the date that the user provided in the textbox. I then need the information to be displayed in a label.
How would I go about this??
Thanks!
-Ryan
I need help with something that is probably fairly simple.
I need a program to display all information from a certain record to a label.
Here's how it will work. The user will enter a date into a textbox (ex:01/01/2001) and press a submit button. The information that is with that date will then display in a label for the user to see.
There are 3 columns.. Date, Event Title, and Door Opening Times.
I need the program to run a query (I guess) and find the row that matches the date that the user provided in the textbox. I then need the information to be displayed in a label.
How would I go about this??
Thanks!
-Ryan