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!

Search results for query: *

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

    Not In List

    Hello, I have a form with a list box. I want to use the not in list property to allow entry of new items. I have coded the not in list as follows Private Sub CategoryID_NotInList(NewData As String, Response As Integer) If MsgBox("Category Not Found, Add?", vbYesNo + vbQuestion...
  2. Begin76

    Append only Specific Record

    Hello, I have two tables - Vendors and Manufacturers. I wanted to use an append query to append those vondors that are manufacturers as well. I have created an append query and it works but it appends all the records that are not the already there. I set the Company name property as a...
  3. Begin76

    FedEx and Purolator Tracking from Form

    Hello, This is a great site and has allowed me to further my knowledge of access greatly. Thank you to all the people that make it happen:) My question has to do with tracking shipments from within my database. I am in the experimenting mode so I don't have a full table yet but it works...

Part and Inventory Search

Back
Top