-
1
- #1
rossmcl
Programmer
- Apr 18, 2000
- 128
what is the syntax for checking the contents of a field in a recordset in a particular column?<br><br>something like rs.column.fieldcontents?<br><br>Does checking every field slow things down dramatically (less than 30 records, 5 columns) or should I set it up to only check the column in question?<br><br>Thanks<br><br>Ross<br><br>Also, is there a good online source of all the properties etc.?<br><br>