Share via


QueryRun.run Method

Opens a form used to obtain information about the query from the user, and fetches the matching records.

Syntax

public void run()

Run On

Called

Remarks

Running the query will find the records that satisfy the constraints entered by the user. However, running the query in this manner has no side effects. In order to be useful, one or more of the inherited methods must be overloaded.

See Also

Reference

QueryRun Class