G
gvaughn
I am having a problem with some codwe in vba.
I am trying to change the mass weight in a table to the value set in a text
box.
My code for the click_event is:
Tables![dbo_ToteView]![Mass] = Me.tbValueToEnter
It recongizes the value but will not add the value to that table. The error
message is that Tables![dbo_ToteView]![Mass] = <Object Required>. Any
suggestions on how to fix this problem and why is it not liking the object I
am trying to reference. Thank you
I am trying to change the mass weight in a table to the value set in a text
box.
My code for the click_event is:
Tables![dbo_ToteView]![Mass] = Me.tbValueToEnter
It recongizes the value but will not add the value to that table. The error
message is that Tables![dbo_ToteView]![Mass] = <Object Required>. Any
suggestions on how to fix this problem and why is it not liking the object I
am trying to reference. Thank you