keepingbusy
Programmer
Hi
I use the following to create an array:
Code:
DIMENSION scodes(mrecs)
IF file("scodes.dbf")
SELECT shortcode FROM scodes ORDER BY shortcode ;
INTO ARRAY scodes
ENDI
My question is, how do I create an array with two fields from the table scodes (the fields are called shortcode and codedesc) which will then store the values into another table on selection from the listbox.
I would be grateful for some guidance not the sollution.
Many thanks
Lee