View Single Post
Old 10-03-2004, 02:55 PM   #3 (permalink)
NJBornSoonerBre
Upright
 
Thanks for your response. I created a project and went into properties and found the tab you were talking about.

However, what I still don't know is:

* How do you "declare" or "open" an input file?

* How do you "declare" or "open" or create an output file?

* How do I "read" in a record from the input file?

* How do I "write" out a record to my output file?

I found chapter 33: Using Files from Database Programs You'd Rather Not Use in the book Visual Basic 6 for Dummies. It talks about retrieving, displaying and updating records from a database using a form. Not only do I not want to use a form, I'd rather use an ASCII file rather than a database. Again, if you know of any reference material I could use to find out how to do this, I would appreciate it. Thanks.
NJBornSoonerBre is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73