J
Joao
I want to get some data from a table to fill up a List Box... I am using the
following code...
while....
ObjLista.AddItem rstSQL.Fields(0), 1
....
wend
but I get an "Object required" error... anyone?
following code...
while....
ObjLista.AddItem rstSQL.Fields(0), 1
....
wend
but I get an "Object required" error... anyone?