Ok here's the situation. Some one types in their birthday in a TextBox called "txtBDay". What I need to happen is once they type in their Birthday and click a button a new form needs to appear which is just a small pop up with a single list box in it displaying all the names of the people who have their Birthday on the same day, once they pick a name that persons details are displayed on the previous screen.
For example, lets say I type in 10/08/66 in "txtBDay", I then click a button called "Get_Names". A new screen appears with a list of names who's birthdays are on the 10/08/66. I then click on a name eg Simon which causes the pop up screen to disappear, and taking me back to the original screen which now displays Simon's information ie his Date of Birth, address, phone number etc.
Make any sense to anyone? Help would be greatly received.
For example, lets say I type in 10/08/66 in "txtBDay", I then click a button called "Get_Names". A new screen appears with a list of names who's birthdays are on the 10/08/66. I then click on a name eg Simon which causes the pop up screen to disappear, and taking me back to the original screen which now displays Simon's information ie his Date of Birth, address, phone number etc.
Make any sense to anyone? Help would be greatly received.