Из Руководства разрабочкика:
Цитата:
A variable named like the form data source postfixed with _ds to reference properties and methods on the form's data source, for example MyTable_ds.
This gives you direct access to invoking the methods in the FormDataSource system class, for example
MyTable_ds.ReSearch();
Note
If you wish to call for example ValidateWrite, which exists on both the form data source and on the table, you must use the _ds variable (for example MyTable_ds.ValidateWrite) to activate the method on the data source.
А потом стоит прочитать вот, это:
12 способов поиска ответов на вопросы
В частности, пункт 2. То, что я привел выше находится в поиске по руководству по запросу "_DS" за 1 секунду.