Perform a quick watch while debugging Visual Basic code

Perform a quick watch while debugging Visual Basic code

  1. Suspend execution of your Visual Basic code.

    How?

  2. Select the expression whose value you want to see.

  3. Click Quick Watch on the Debug toolbar.

Microsoft Access displays the Quick Watch dialog box, where you can see the expression and the current value of the expression. Click Add in the dialog box to add the expression to the list of watch expressions in the Watch window of the Visual Basic Editor.