I am pulling several different tables and something is causing me to get duplicate data. I can't figure it out but I have an easy work around (or at least i think it is) but i don't know how to do it.
I want to know if i can limit the number of records to display based upon 2 columns. ie FirstName, LastName
In other words i only want to display 1 John Smith and not 7 John Smith's I don't care about the other data in the other columns. I just want to limit 1 record based upon those 2 columns.
Thanks
I want to know if i can limit the number of records to display based upon 2 columns. ie FirstName, LastName
In other words i only want to display 1 John Smith and not 7 John Smith's I don't care about the other data in the other columns. I just want to limit 1 record based upon those 2 columns.
Thanks