** I left the first ( off the previous post. The fill on load is working fine... just wanted to show the load code. **
Me.Tbl_VehiclesTableAdapter.Fill(Me.Cards_dbDataSet.tbl_Vehicles)
Note: DataGridView is not used in this project.
Form1 is bound to table tbl_Offenders (MS Access DB). Form2 is bound to table tbl_Vehicles (MS Access DB). Form1 has a button that opens Form2 as ShowDialog. Currently when Form2 opens all records are showing in a combo box. Form2 functions...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.