Okay, I'm totally new to this. The only thing I know is how to store something in a dat file by opening a file, using put then closing it.
I'm storing multiple records in a file. Each record has about 6 fields. I also want to be able to display idividual fields in a particular record into individual textboxes, how do I go about doing this?
eg Customer ID, Customer Name, Address, Phone Number etc stored in a dat file, using put #filenumber, , customerID etc.
I now want to display this information in textboxes, txtCustomerID, txtCustomerName etc.
Thank you.
I'm storing multiple records in a file. Each record has about 6 fields. I also want to be able to display idividual fields in a particular record into individual textboxes, how do I go about doing this?
eg Customer ID, Customer Name, Address, Phone Number etc stored in a dat file, using put #filenumber, , customerID etc.
I now want to display this information in textboxes, txtCustomerID, txtCustomerName etc.
Thank you.
Comment