QueryRun.run Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens a form used to obtain information about the query from the user, and fetches the matching records.
public:
virtual void run();
public virtual void run ();
abstract member run : unit -> unit
override this.run : unit -> unit
Public Overridable Sub run ()
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.