473,378 Members | 1,631 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Filtering Alumni members by matching their firstname and lastname ...

i have a thesis about Alumni Directory of our School..Our problem is that how to filter members that have already have records on our database.. if he wants to join on the site he must fill in right Firstname, Lastname, Course and Year..but the problem is that for example we could match like
Expand|Select|Wrap|Line Numbers
  1. firstname LIKE '%fname%' AND lastname LIKE '%lname%'
but there are many same names and lastnames in our records .. how could we target to the person who has a firstname and lastname with the said course and graduated year... ive got this idea from www.PLUalumni.com...hoping for your generous response thanks ...in advance
Feb 3 '12 #1

✓ answered by Rabbit

You already have the basics in your filter, you just need to add the two additional criteria that you want.

6 1551
Rabbit
12,516 Expert Mod 8TB
Just add additional filters to target the course and year.
Feb 3 '12 #2
but could it be a unique process and we could assure that no one have details like what he/she have submitted... could help what to do...and offer to us the best way/feature to let alumni join the site..thanks ..Sir
Feb 3 '12 #3
Rabbit
12,516 Expert Mod 8TB
If you're asking whether or not you can enforce uniqueness, the answer is yes. If you're asking whether it is unique in the real world, the answer is no.
Feb 3 '12 #4
thanks for making me understand Sir.. could u site some codes for me hto learn how to start .with .. like matching firstname, lastname,course then year...and state what query would i use.. thanks Sir for the time
Feb 4 '12 #5
Rabbit
12,516 Expert Mod 8TB
You already have the basics in your filter, you just need to add the two additional criteria that you want.
Feb 4 '12 #6
So if all criteria are correct ..i will direct to the right page and if not it will return error ...thanks ..SIr. .
Feb 5 '12 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Ben | last post by:
I'm currently trying to develop a demonstrator in python for an ontology of a football team. At present all the fit players are exported to a text document. The program reads the document in and...
6
by: u.int.32.t | last post by:
Hi, Is this standard C++: enum A{a,b,c}; class D { static const A f = a; // is this allowed with enumerated types? };
6
by: Mark 123 | last post by:
Hi I am getting an Object Expected error when using the following script. Can anyone see any syntax error? <script> aTemp=location.href.split("?");
5
by: Tappy Tibbons | last post by:
I have a class I am serializing, and need the resultant XML to skip/omit classes that are not initialized, or their member variables have not been set. Is this possible? Say for the following...
3
by: Mark V. | last post by:
Here's what I have and I'm stumped. I have a table that has several thousand names and addresses. I only want to send to one address in a household. So what I would like to do is create a new...
5
by: Theresa Hancock via AccessMonster.com | last post by:
I have an Excel table I need to import into Access. The name is entered into one field "Name". I'd like to have two fields in Access, FirstName and LastName. How do I do this. -- Message posted...
3
by: Ken Adeniji | last post by:
Must declare the scalar variable '@FirstName' ContactGridViewWebForm.aspx <aspqlDataSource RunAt="server" ID="SqlDataSourceContact" ...
1
by: Phive | last post by:
Hi all, What I'm trying to do and having a lot of trouble with is pulling how one user is related to another user from my database. I'll explain... The table (relationships) looks like this: ID...
2
by: up2trouble | last post by:
I'm trying to search my db and display everyone who has a birthday that month. I fixed the forever loop and it displaying people without a birthdate entered. The problem is it keeps changing the...
4
by: DAnDA | last post by:
I have a Gridview Which as you know it was sorted by Ascending by default. Now i want Gridview to Sorting Descending On Load,,, i want somthing like Below: protected void Page_Load(object...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.