R RDiaz Member Sep 16, 2002 #1 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.
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.
J jpickup Member² Sep 17, 2002 #1 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).]
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).]