Local Files

Creating a Management Solution in Visual Basic #3 Filtering Records #1 Design and Filtering Function

Submitted by Yorkiebar on
Introduction: This tutorial is going to be on how to create a record management solution in Visual Basic. This Tutorial: Since this is a multi-part tutorial series, this tutorial is going to be on creating the first part of the filter records GUI. What Will Filtering Do? The filtering within the program will allow the user to filter through the entire file of results and perform additional changes to any single record or a group of records based off the filtering criteria. The filtering GUI will allow the user to search by a single piece of

Creating a Management Solution in Visual Basic #2 Add Record

Submitted by Yorkiebar on
Introduction: This tutorial is going to be on how to create a record management solution in Visual Basic. This Tutorial: Since this is a multi-part tutorial series, this tutorial is going to be on creating the add record function to append a new record to the management file. Add Record Form: As mentioned in the previous tutorial, the first part, we created the main form design, made the writeToFile function, and I mentioned that this addRecordButton component would link to a new form where the user is able to add, remove and modify as many