C
Chris
In a perfect world I could do this:
Select First_Name, Last_Name from table where roomid = this AND ID <> that.
But I have to bind the query to a report that will generate a list of
roomates for each person of a several thousands person list.
My question is: How do I write make the report plug values in for
"this" and "that" so that I can get a list of roomates only (without the
oringally referenced person)?
Select First_Name, Last_Name from table where roomid = this AND ID <> that.
But I have to bind the query to a report that will generate a list of
roomates for each person of a several thousands person list.
My question is: How do I write make the report plug values in for
"this" and "that" so that I can get a list of roomates only (without the
oringally referenced person)?