Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Same fields in a table

Status
Not open for further replies.

FFCH

Programmer
Oct 17, 2006
10
AU
I hope this makes sense. I have three fields in a table, Name, Date, Performance. (NB am linking this database to an application i am currently working on), Okay my question is it possible to have the same name multiple times with different dates and performance without showing the name all those times, what i have at the moment is

Col1, Col2, Col3

Mark 12/12/2003 Good
Mark 02/11/2001 Bad
Mark 07/02/2000 Average

Now all i want is mark to be shown once at the top, until i enter a new name. Is this possible??

Thanks
 
So that in my application i can select mark from a combobox then select the date from another combobox and get the result of their performance, doing it the old way my combobox had three Marks in it.
 
Use the DISTINCT predicate in the SQL code of your combo.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top