Get the value of the field

RDiaz

Member
I am trying to get the value of the field named "package" to move to a combo box.

I am using the following SQL statement: Select Distinct Package From Items.

Please advise how I can get the fields value.
 
select "package" from items

(package is a reserved word so you need quotation marks to make it a literal)

[This message has been edited by jpickup (edited 17 September 2002).]
 
Back
Top