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 aggiematt

  1. aggiematt

    Addition in an update query

    I am trying to make a form that adds and subtracts from a table using an update query. My current query is UPDATE (TABLENAME) SET TABLENAME.Quantity = TABLENAME.Quantity + !FORMS!FORMNAME!CONTROLNAME WHERE TABLENAME.FIELDNAME = FORMS!FORMNAME!CONTROLFIELDNAME Sometimes it adds sometimes it...
  2. aggiematt

    Text Values from forms in SQL queries

    Is there a way to reference values from textboxes on Access forms in SQL queries?

Part and Inventory Search

Back
Top