G
Guest
How do I update a second table with data being changed on a form driven by
the first table? Basically I'm trying to create a log. When the user opens
the filtered data in the pop up form, they can change a field. when they
submit, the data updates the first table, but I'd also like it to update a
second table. I wrote this line:
Tables![tblMoveLog]![MoveTo] = Me![Combo9].Value
But I get an error stating "Object Required"
Help please
the first table? Basically I'm trying to create a log. When the user opens
the filtered data in the pop up form, they can change a field. when they
submit, the data updates the first table, but I'd also like it to update a
second table. I wrote this line:
Tables![tblMoveLog]![MoveTo] = Me![Combo9].Value
But I get an error stating "Object Required"
Help please