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

    Installer to install Database Application ?

    I am almost finished my Database Application and getting ready to publish it. I need to be able to install on various computers. Can anyone advise me on what I have to do to create an Installer? Here is a description of my project... Running in Windows 7... Database Application written in MS...
  2. VBeric

    APPEND items to a ListBox ?

    I have a TabControl1 with 8 Pages. On TabPage7 I have items listed in ListBox1 which when double clicked are copied over to ListBox2 and are saved to an SQL Database Table (TableName = Parts, FieldName = Requirements). The Saving and Refreshing from the database works fine. Now I require to...
  3. VBeric

    ListBox items displayed on ONE line Error.

    Thank you jebenson your coding has fixed my problem. I had tried using "Split" but being unfamiliar with it I was getting nowhere. Now you have shown me the correct way I am up and running again. Many Thanks VBeric
  4. VBeric

    ListBox items displayed on ONE line Error.

    Please can someone help me here. I have been days trying to see where I am going wrong. My VB-2010 Express / SQL Database application allows the user to select from ListBox1 a number of items/requirements which are then listed in ListBox2. The selection of these requirements is particular to...
  5. VBeric

    Save Listbox Items to Field/s in database

    My Database Application in ADODB/VB6/Access has Listbox1 populated with a list of 20 Customer Requirements from an Access Table of all possible requirements. As not all requirements are required then the user selects which are required. When user double clicks the selections he requires for this...

Part and Inventory Search

Back
Top