Consulting

Results 1 to 2 of 2

Thread: combo box Itemdata Property

  1. #1
    VBAX Newbie
    Joined
    Feb 2005
    Posts
    3
    Location

    combo box Itemdata Property

    I am currently having problems assigning any values to the itemdata property of the combo box in Microsoft Access. I get a runtime error 424 OBJECT REQUIRED. I know an Visual Basic you can assign any value to this property. Is it also possible to use the new index property of the Combo box in MSAccess like you can use it in Visual Basic. Any help will be appreciated.

  2. #2
    VBAX Master TonyJollans's Avatar
    Joined
    May 2004
    Location
    Norfolk, England
    Posts
    2,291
    Location
    ItemData is Read-only. What are you trying to do that you want to set it? To change the contents you can use the .AddItem and .RemoveItem Methods, or set the .ControlSource Property.
    Enjoy,
    Tony

    ---------------------------------------------------------------
    Give a man a fish and he'll eat for a day.
    Teach him how to fish and he'll sit in a boat and drink beer all day.

    I'm (slowly) building my own site: www.WordArticles.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •