MS Access: Refresh the form using VBA

There was a label where value comes dynamically from table. I was opening the form using Docmd.Openform method. But the label(caption) value was not refreshing. After some internet search found that requery is better than refresh.

Best way
Form!MyFormName.Form.Requery

No comments:

Post a Comment