Object Required

  • Thread starter Thread starter Eric
  • Start date Start date
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,
 
What version of Access are you using?

If I recall correctly, Access 2002 was the first version to have an AddItem
method for listboxes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top