asked on
ASKER
Visual Basic is Microsoft’s event-driven programming language and integrated development environment (IDE) for its Component Object Model (COM) programming model. It is relatively easy to learn and use because of its graphical development features and BASIC heritage. It has been replaced with VB.NET, and is very similar to VBA (Visual Basic for Applications), the programming language for the Microsoft Office product line.
TRUSTED BY
ASKER
I have a form in VB2005, created a DB in Access and a table called TimeBilled. I've added this table as a data source and dragged it onto the form letting VB create the dataset, binding, links to the fiels,etc. As a background process I want to extract a number of values from rows in a different table. Then update the some fields on the form. I then want to open a 3rd table and update values in a record that I will search for based on input received from the form. I hope this makes sense. The code I've provided originally was an extracted sample.