DeltaWolf7
Well-known member
- Joined
- Jan 21, 2006
- Messages
- 47
- Programming Experience
- Beginner
Hi,
I have a dataset with two tables.
One contains a list of products similar to
etc..
The other contains a list of categories like this.
etc.
My question is how can I go through the columns c1 and c2, replacing the numbers with the name from the other table?
Does that make sence?
Thanks
I have a dataset with two tables.
One contains a list of products similar to
VB.NET:
model | name | description | price | c1 | c2
------------------------------------------
x | y | z | 99.99 | 1 | 1
The other contains a list of categories like this.
VB.NET:
id | name
1 | something
2 | something else
My question is how can I go through the columns c1 and c2, replacing the numbers with the name from the other table?
Does that make sence?
Thanks