snowboardr
Programmer
I have a situation, I didn't plan for this at the start of my design.
I know of a few ways to do this, but was wondering if there is a way I could do it with a complex select statement or something.
I have a user table, and one column in that user table has id values in this patern 1, 2, 3, 4 etc...
this is so I could do a select Select from userrecords WHERE id In(1, 2, 3, 4)
Well what I would like to do is write out all my users on the page, and write the name of each record that that 'id list' represents.
What do you think would be the best way to do this?
- Jason
www.vzio.com
ASP WEB DEVELOPMENT
I know of a few ways to do this, but was wondering if there is a way I could do it with a complex select statement or something.
I have a user table, and one column in that user table has id values in this patern 1, 2, 3, 4 etc...
this is so I could do a select Select from userrecords WHERE id In(1, 2, 3, 4)
Well what I would like to do is write out all my users on the page, and write the name of each record that that 'id list' represents.
What do you think would be the best way to do this?
- Jason
www.vzio.com
ASP WEB DEVELOPMENT