Recent content by intern2012

  1. I

    Access VBA Help: Updating a Table

    Oops, turns out I had entered the name of the textbox wrong. Now it works as intended. Thanks for your help.
  2. I

    Access VBA Help: Updating a Table

    Thanks for the tip. I tried to create an Update Query that pulled the data right from the textbox on the form (using Query Design, not VBA), but instead the Update Query asks for a parameter value via pop-up. Not quite what I had intended, but sufficient for my purposes. Thanks!
  3. I

    Access VBA Help: Updating a Table

    Hi, I'm trying to write a VBA function (for a Command Button on a Form) that edits a table. I need the function to set one field to a common value for all records. The value is entered into a textbox on the form. I've poked around the internet looking for hints, and this is what I have: Sub...
Back
Top Bottom