I am using class objects. I have Tables called Trips
and TripsDetail.I have a form called
frmAddModifyTrips on this i have text boxes,
and a DataGridView. The code below creates the trip number
and inserts the all the data from the AddModifyTrip form into the TRIPS Table. I need
to insert the
trip number into the TripDetails table. How can I
do this with the following code.
Public Shared
Function AddTrip(ByVal Go to the complete details ...