Recent content by raiden_9123

  1. R

    help with adding items to a listbox with access 2000

    Appreciate it :)
  2. R

    Setting up an indented bill of material list on a form

    This is what I want the array to look like when sorted: Unsorted: #29,#73,2,1 #29,1404-12-12,3,1 #73,#62,2,2 #73,070-0009,4,2 1404-12-12,#62,3,2 #62,060-6017,13,3 #62,060-6017,13,3 Sorted: #29,#73,2,1 #73,#62,2,2 #62,060-6017,13,3 #73,070-0009,4,2 #29,1404-12-12,3,1...
  3. R

    help with adding items to a listbox with access 2000

    Hi, I am trying to use the additem method to add strings to a list box based on the data in an array, but it does not seems to like the additem method. This method works in Access 2002, but I need to use Access 2000. I basically want to load all of the string values in an array into the list...
  4. R

    help with idented Bill of Material

    Hi, I managed to get a good start of the code for this, but am still having trouble getting the proper parts to display in the correct place in the idented tree Here is a sample array that I have all of an exploded assembly. It is correct - all the proper parts are there with the correct...
  5. R

    Setting up an indented bill of material list on a form

    Hi, I managed to get a good start of the code for this, but am still having trouble getting the proper parts to display in the correct place in the idented tree Here is a sample array that I have all of an exploded assembly. It is correct - all the proper parts are there with the correct...
  6. R

    Setting up an indented bill of material list on a form

    Hi, I am struggling in trying to setup an indented BOM list on a form. Can anyone who has done this please help me. My email is raiden_9123@yahoo.com Thanks in advance Raiden
Back
Top Bottom