Navigation:  DataServer Classes > DaoQuery Class >

DaoQuery:Where() Method

Previous pageReturn to chapter overviewNext page

Purpose

Specify a WHERE condition.  The where clause is built by concatenating these conditions with the AND operator.

 

Parameters

cWhere1, cWhere2 etcString values that filters specific records from a recordset

 

Please note

You can not use VO functions in the string. Only valid VBA functions are allowed.

 

Class

DaoServer