Purpose
A DaoQuery Objects allows you to access Dao Data for recordssets of type Snapshot & Dynaset
Methods
Append Append a blank record to the recordset
ClearRelation Clear a relation (or all relations) held by this server to other servers
FindFirst Locate the first record that satisfies the criteria
FindLast | Locate the last record that satisfies the criteria |
FindNext | Locate the next record that satisfies the criteria |
FindPrevious | Locate the previous record that satisfies the criteria |
Init | Create new DaoQuery object |
OrderBy | Change the order of the current Query |
Relation | Return the linking expression of a specified relation. |
Seek | Locate the first record that satisfies the criteria |
SetRelation | Set a relation from this server to the child server |
SetSelectiveRelation | Set a selective relation from this server to the child server |
Requery Re-executes the query the recordset is based on
Where Specify a WHERE condition
Inherits from