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
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
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...