Object Required

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric

    Object Required

    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,

  • Arno R

    #2
    Re: Object Required

    "Eric" <ehtisham@gmail .comschreef in bericht news:1155749742 .252967.68350@b 28g2000cwb.goog legroups.com...
    What does that error means:
    Object required
    Means 'object required' ...

    Object in your case probably means: Beginners book or Helpfile

    Read it. Try some code. Try to understand how Access works, but also ...
    Slow down, slow down, slow down!!

    You are posting like hell indeed (as Pieter told you)
    ==>You are also multi-posting like hell which is a very bad habit !!
    I just saw about 70 questions (often badly explained) in various groups only the last week or so.

    IMO this is *very annoying* ...

    At least ask questions AFTER thinking about the question.
    Post questions only AFTER re-reading the way you 'explained' what you are looking for.
    We can not read your mind!!

    Which line gives the error ? Ahhh, you don't know how to find that line ??
    Helpfile - Debug

    Arno R

    Comment

    Working...