SQL Select Command

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
please help me in writing the SQL "SELECT Brand, BrandDescription" , &
txtLoc & "FROm locationMap"
I hve one table name LocationMap with the fields Brand, BrandDescription,
RA1, RB2,RC1,RD2,RE4,RF2,RG2
I have one form the with one text box name txtLoc where value I m getting
from the combobox , which can be RA1 or RB2 or RC1 and so on.I want to write
one SQL to select fields Brand, BrandDescription and only one column which
value will in txtLoc how I will do this one?

Thanks in advance
 
Back
Top