hey, I am having a problem (obviously)..
I am trying to make an asp page where it "reads" data from (lets say) TableX and displays it in a table..
What I am trying to do next is to take (lets say) "Names" from TableX and compare it to "Names" in TableY. If the name of TableX is the same as the name in TableY, I want it to display "Info" from TableY.. Otherwise, just display the name from TableX...
So the problem is opening two tables, from the same database and checking if they have the same records..
I am new to these kind of stuff, so I would appreciate you help
I am trying to make an asp page where it "reads" data from (lets say) TableX and displays it in a table..
What I am trying to do next is to take (lets say) "Names" from TableX and compare it to "Names" in TableY. If the name of TableX is the same as the name in TableY, I want it to display "Info" from TableY.. Otherwise, just display the name from TableX...
So the problem is opening two tables, from the same database and checking if they have the same records..
I am new to these kind of stuff, so I would appreciate you help