Hello, I'm currently writing a program which will handle bookings for a campsite.
Im having some trouble with the search function and i am looking for some help.
There is a text file with the orders which is copied into an array when the program starts. The text file is layed out as follows;
will mccreedy -Name
willy -Nickname
12 saint street -Address
01/02/2003 -booking date (todays)
13:00 -booking time (now)
caravan -type of booking Combo Box
need to bring pet -special requirements
booked -status of booking Combo Box
Can anyone help me with a search function for this array which will search on any criteria above will display the data from that order in individual text boxes .
Many thanks
Samamam