G
Guest
Hi,
I have a continuos form which is based on an existing querry (Q1). At the
bottom of the form I would like to display addtitional info for selected
record (staying on the secon line I want to display DetailDescription for
ID2, etc.
ID - Name - shortDescription
-----------------------------
1 N1 D1
DetailDescription: Detail2
How should I construct the SQL querry for txtbox DetailDescription in order
to display a detail description for selected record (line2)?
SELECT DetDescr FROM Table1 WHERE ?????
thansk
I have a continuos form which is based on an existing querry (Q1). At the
bottom of the form I would like to display addtitional info for selected
record (staying on the secon line I want to display DetailDescription for
ID2, etc.
ID - Name - shortDescription
-----------------------------
1 N1 D1
--------------------------2 N2 D2
DetailDescription: Detail2
How should I construct the SQL querry for txtbox DetailDescription in order
to display a detail description for selected record (line2)?
SELECT DetDescr FROM Table1 WHERE ?????
thansk