adding data to a database
i am trying to add a new supplier to my data base and then show a confirmation of the new supplier. I am getting the following error message.
Compiler Error Message: BC30002: Type 'Supplier.SuppliersDataTable' is not defined.
my code is
Dim ConfirmSupplier As New SupplierTableAdapters.SuppliersTableAdapter
Dim supplierConfirm As New Supplier.SuppliersDataTable
|