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!
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...