Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 978 Bytes

Access.Report.GotFocus.md

File metadata and controls

34 lines (20 loc) · 978 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Report.GotFocus event (Access)
vbaac10.chm13887
vbaac10.chm13887
Access.Report.GotFocus
667b4798-4407-f60f-af3a-7788a0501761
02/13/2019
medium

Report.GotFocus event (Access)

The GotFocus event occurs when the report receives the focus.

Syntax

expression.GotFocus

expression A variable that represents a Report object.

Remarks

To run a macro or event procedure when these events occur, set the OnGotFocus property to the name of the macro or to [Event Procedure].

These events occur when the focus moves in response to a user action, such as pressing the Tab key or clicking the object, or when you use the SetFocus method in Visual Basic or the SelectObject, GoToRecord, GoToControl, or GoToPage action in a macro.

[!includeSupport and feedback]