Record is [ID} [PID] [txtName]
Trying for a 3 column list which (PID is hidden) which only shows
'txtname for the parent' when ID<>CID (or CID=0)
ID txtName txtName PID
-- ------- ------- ---
1 HP 1
2 Dell 2
3 Compaq HP 1
4 Cisco 4
After a getrows, I intended to loop thro' the array
...
print arr(0, i) ' ID Column
print arr(2, i) ' Manufacturer
if arr(0,1)<>arr(1,1) print arr(3, i)
....
Can any of you guys suggest a SELECT query that will allow me to do
this.
Many Thanks in advance.
Ken Ashton
--- news://freenews.netfront.net/ - complaints: ne...@netfront.net ---
So silent about this case :(
But, which one is more important to you - get join table itself or this
conditional output?