"bradbritton" <bradbritton (AT) discussions (DOT) microsoft.com> wrote
Quote:
I have a routine that updates a table from input in text boxes on a form.
For
the most part it works, but after I update the data that I pull (record
pulled is defined from combo box selection) It does not show the updated
data
in the form, unless I restart the app. Is there a built in method for
refreshing after an update??
Thanks
Brad |
Are you calling AcceptChanges() after Update()? If so, are your controls
bound or unbound? If unbound, you need to do it in code. If bound,
AcceptChanges should do the trick.
--
Peter [MVP Visual Developer]
Jack of all trades, master of none.