Automating Data Entry - subform
I'm trying to save one of my users some time by scripting a repetitive task. I was able to accomplish (I thought) this task using simple SQL Update statements but then realized there was a lot of code in the background that was not running.
What I'm trying to do is a "ship complete" function that will populate the "ship_qty" field with whatever is in the "qty" field and also populate the "ship_date" field with the date listed in the parent form BUT it also needs to run all of the event based code behind the fields and subform.
Obviously the SQL update queries bypassed all of the code so the backend stuff didn't happen. (inventory updates, etc)
Does this make any sense? Is there an easy way to accomplish my goal?
|