I'm using Visual Studio 2013 VB.NET to export a selection of records / rows from a table in an MS Access (MDB) file into an XML file so it can be emailed to another user and then Imported into another MS Access MDB database file via VB.NET code. The tables in the Access MDB file have the same...
Thanks for the replies. I was already doing what "MajP" suggests. The problem was that I had added code to the Form New to handle the passing of the DataGridRow as a parameter to the form so that I could process the DataGridView Row that the user had selected.
What I was doing wrong was that I...
I have a Modal Form where the data entry/edit fields are populated (in code on form load) from the record/row selected and passed as a parameter from a bound DataGridView control on the parent form.
All data fields populate as I require. However there is a data field/item 'codecolour' which I...
Listing and tracking where Dataset and other items such as procedures and class methods are used within a Visual Studio project
Does anyone have or can they direct me to some code or a utility that can analyse or report the classes, Procedures, forms and modules where a particular Dataset (eg...
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.