Search results

  1. T

    Populating a listbox from sequential data from a .dat file

    Chris, Thanks so much for your time and explanation of my error. I understand now why AddItem produced the error and this will aid me in avoiding that kind of mistake in the future. Again, your knowledge is greatly appreciated. Thomas
  2. T

    Populating a listbox from sequential data from a .dat file

    Thanks all for your input. I used the code that ChrisO provided and copy & pasted and the same error came up. So I ended up just deleting the form I initially was using and when I pasted the code into a clean new form it worked flawlessly! Thanks again for all of your help!!! Thomas
  3. T

    Populating a listbox from sequential data from a .dat file

    Attached is a copy of the .dat file converted to a .txt. Thanks again.
  4. T

    Populating a listbox from sequential data from a .dat file

    Hi All, I have been trying to create a form that allows a user to view all records in a .dat file . I then want to populate the list box on the form with the phone number and names contained in the .dat file, I am also trying to incorporate error handling when opening the .dat file. I have...
Back
Top Bottom