MS Access VBA Refresh Only Visible Items -
can tell me vba command in access refresh visible items in dataset? equivalent of clicking refresh button shown on ribbon. has benefit of keeping scroll position , not refreshing entire dataset. thanks.
you can create recordset or querydef of records want show in form , use command application.refreshdatabasewindow show live refresh in database.
Comments
Post a Comment