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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jschneider998

  1. jschneider998

    Open a specific word document from a command button

    Hi, I have a contract database for all of our vendors. I also have a mail merge set up in Word to link the information from the database into the contract. My question is how can I create a button on the form to open the specific word document that contains the mail merge information...
  2. jschneider998

    Open a pop up form based on a selection made in a subform

    Hello, I have a form with a subform listing vendors. The subform is in the datasheet view and has several entries. I would like to be able to double click on any of the vendors in the subform and have a pop up form launch giving more detailed information on that particular vendor selected. I...
  3. jschneider998

    Change color of command button

    Does anyone know how to change the color of a command button on a form?
  4. jschneider998

    Query to Report Question

    Hello, I am trying to create a report based on a query. I have generated a query to specify what work has been done for what customers. The results give me a listing of company (customer) name, part worked on, and date work done. Now when I do a report is there a way that I can have the dates...
  5. jschneider998

    combo box blues!!! I can't add to the drop down list.

    Thanks SOOOOOO MUCH!!! I am so happy it works perfectly!!
  6. jschneider998

    combo box blues!!! I can't add to the drop down list.

    Thanks for your help. I put the code in the NotInList Event and I am getting a compile error on both Dim statements. Saying that the user defined types are not defined. I am very new to VB Code and I am not sure what that means, any ideas?
  7. jschneider998

    combo box blues!!! I can't add to the drop down list.

    Thank you, I have the limit to list property set to "yes" and the code I have for the NotInList event is as follows: dimMySQL as string MySQL = "insert into [tblPartNumbers][(part no)] select '"& NewData & "'" Docmd.runsql MySQL Combo.Requery I have a form with several combo boxes on it, my...
  8. jschneider998

    combo box blues!!! I can't add to the drop down list.

    Hello, Can anyone help me? I am trying to figure out a way to be able to add to my combo box dropdown list without having to keep going back to the original table....YIKES!!

Part and Inventory Search

Back
Top