Hiya,
I've seen a tutorial a while back to do this but cannot seem to find one that makes sense to me now.
I have a table which i am storing information in, it also stores the user id of the person who is adding the record, but it is storing the user id as a numeric value which relates to a user in the user_def table.
But what I need to do, is a select on this table where it pulls out data, but alphabetically sorted, so I need to substitute the user id for the persons real name in the query, how can I do this?
Thanks in advance.
Ben