Updates the data displayed by a form or control by requerying the database. It does this by closing and reopening the query upon which forms or controls are based. Because of this performance hit, you should call the Requery method of the form or the individual form control, all of which do not close and reopen the query on which their data is based.