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 bkrike 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: *

  • Users: zgtrman
  • Content: Threads
  • Order by date
  1. zgtrman

    ComboBox Code

    The answer to this is probably simple but I have been out of the loop for a couple years and forgot how to do this. I have a form with a combobox (unbound) that has the names of the tables that I have created. The tables only have two fields in them 1. Key (Autonumber) (primary key) 2...
  2. zgtrman

    Unbound Combo Box

    The answer to this is probably simple but I have been out of the loop for over two years and I forgot how to do this. Unbound Combo Box with Values that I typed in that are the names of the tables I have created..all the table have only two fields 1. key Primary Key Autonumber 2. Description...
  3. zgtrman

    search records from button press

    I bet the answer to this one is easy but I just can't see it, I have a table with names and tasks fields and one ID field. everything is text except the ID field. the tasks fields will only contain numbers. What I am trying to do is create a procedure that the user inputs a number in a text box...
  4. zgtrman

    copy to the clipboard from a command button

    I have created a database for myself at work, I would like to copy the contents of a textbox to the clipboard from a command button, I have the command button click event code as follows Notes.SetFocus now what I want to add is code that will copy the contents into the clipboard...is this...
  5. zgtrman

    Toolbar Question

    I am building a database for myself to aid me with my work...I have a toolbar on a form with buttons and I want to open another form that corrosponds with the button..all forms appear in the project explorer, however I keep getting a "Application-defined or object defined" error everytime I...
  6. zgtrman

    combobox population based on another combobox

    I am having trouble with finding out how I can populate a combobox based on a selection of another combo box, all controls are on the same form. combobox1(named OS) is unbound and gets its list from a table (OS) combobox2(Procedure) would be populated with a field from the selected OS...
  7. zgtrman

    from listbox to textbox on same form from query

    I just know that the answer to this question is going to be simple but it elludes me at the moment and I cannot find an answer through a search on this site. I am developing an application for a friend dealing with ticket sales. I have included the block of code below. I am using VB6.0 SP5 and...
  8. zgtrman

    Unbound Fields on a Data Report

    Since Search is down...I am forced to this... I am having a problem with my DataReport... I have unbound fields in the detail section and have written an SQL statement to fill those fields from a database. Eventually I will modify the SQL statement to include user inputs but for now I want the...

Part and Inventory Search

Back
Top