This document contains code for a Visual Basic .NET application that connects to a SQL database. It includes code to query the database based on an inputted ID number, display the results, and enable editing of fields to allow adding a new record to the database. The code opens a SQL connection, executes a stored procedure to search the database based on an ID, loads the results into text boxes, and includes a method to enable editing of the fields in preparation for inserting a new record.