Refresh Method

See Also    Examples    Applies To

Refreshes the control.

atb control

Refreshes the atb control. If the optional parameter is left out or set to WithRecordSource the contents of the grid are refreshed as well (i.e. a requery of the recordset is to be performed), if the parameter is set to Redraw only the grid is repainted. If the parameter is set to DataOfRow the current row is requeried.

Sub Refresh([Refresh As eRefresh = WithRecordSource])

cbo control

Requeries the cbo's recordset and redraws the control.

Sub Refresh()

chk control, txt control

Redraws the control.

Sub Refresh()