Hi al
 
I want to show all the printernames in a DB ComboBox.
With (CVAL('printers')) I can build the variable vPriList with (printer1, printer2, ...).
 
What's the best way to put these printernames into the table AllPrinters with the column PriNames?
 
I tried INSERT INTO ..... VALUES &vPriList. But no success. 
 
Could anybody help?
 
Armin

Reply via email to