How to search an Access database
Hello all,
I am browsing an Access database using simple Data1.Recordset.MoveNext and MovePrevious buttons from my VB program.
I want to be able to search this database and sort tha data based on some criteria. For example I want to print out everyone who lives in the London area. Then for those who live in the London area I want to print out those who are the oldest in age etc.
Can someone please show me how to do this since I am a beginner in this.
Thanks in advance