T
TimWillDoIt
Hello all,
I'm still struggling to get a handle on VB programming within Access. I
received some fantastic advice on my previous question so I'm back to get
some help with another challenge.
I'm using the following line in a VB Procedure in Access 2003:
Me!CustomerInterfaceCost.Value = 2200
This successfully updates field with the new value...but not unless I close
the form.
My searching has come up with the Update Method, which looks like it will
immediately reflect the change in my field. Is this the right way to do what
I need? Or is there another one-line command that will immediately update
the contents of the field? Thanks.
Tim
I'm still struggling to get a handle on VB programming within Access. I
received some fantastic advice on my previous question so I'm back to get
some help with another challenge.
I'm using the following line in a VB Procedure in Access 2003:
Me!CustomerInterfaceCost.Value = 2200
This successfully updates field with the new value...but not unless I close
the form.
My searching has come up with the Update Method, which looks like it will
immediately reflect the change in my field. Is this the right way to do what
I need? Or is there another one-line command that will immediately update
the contents of the field? Thanks.
Tim