Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kizakiza

    Export / Import selected records from MDB file to / from XML file

    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...
  2. kizakiza

    ComboBox, help setting display value from data code value through code

    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...
  3. kizakiza

    ComboBox, help setting display value from data code value through code

    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...
  4. kizakiza

    Utility to list classes, forms, procedures, reports where dataset used

    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...

Part and Inventory Search

Back
Top