E
Eric
What does that error means:
Object required
I try to use List8.AddItem but when i click on . it not shows AddItem
in the window
Do Until rst.EOF
i = i + 1
Me.List8.ItemData(i) = rst!Equipment1
' Me.List8.Value = rst!Equipment1
rst.MoveNext
Loop
Thanks,
Object required
I try to use List8.AddItem but when i click on . it not shows AddItem
in the window
Do Until rst.EOF
i = i + 1
Me.List8.ItemData(i) = rst!Equipment1
' Me.List8.Value = rst!Equipment1
rst.MoveNext
Loop
Thanks,