Results 1 to 2 of 2

Thread: ADD A ROW TO LIST BOX

  1. #1
    Guest

    Question

    I HAVE A LIST BOX ON A FORM THAT I USE TO SELECT VALUES TO ENTER IN A FIELD. HOW CAN I ADD NEW VALUES TO THE LIST OR DELETE THOSE THAT ARE NOW UNNECESSARY? I am using Access97
    Gots

  2. #2
    Lively Member
    Join Date
    Aug 2000
    Location
    Holden Beach NC
    Posts
    85
    Originally posted by Gotora
    I HAVE A LIST BOX ON A FORM THAT I USE TO SELECT VALUES TO ENTER IN A FIELD. HOW CAN I ADD NEW VALUES TO THE LIST OR DELETE THOSE THAT ARE NOW UNNECESSARY? I am using Access97
    Gots
    ListBox.AddNew Txt
    ListBox.ItemData(ListBox.NewIndex) = Num
    .
    .
    .
    ListBox.RemoveItem Index

    Hope it helps,

    Hunter

Posting Permissions

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



Click Here to Expand Forum to Full Width