I have configured a accessdb datasource in Microsoft Visual Studio, I have a dataset and a datatable called "Contractor". How can I search this data within a Form? More to the point how can I reference this table in code?
p.s. I've looked everywhere on google about datatables and all the examples show instantiating one locally, adding data and then searching for it not referencing one that already exists. So i have done my due diligence. Need help.
Thanks