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.ItemDa ta(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.ItemDa ta(i) = rst!Equipment1
' Me.List8.Value = rst!Equipment1
rst.MoveNext
Loop
thanks,
Comment