Alison Balteramp;#039;s Mastering Microsoft Office Access 1002003 [Electronic resources] نسخه متنی
لطفا منتظر باشید ...
The tblErrors Table
This table gives you information about how your application should respond to error numbers.Table A.25. The tblErrors Table
|
| ErrorNum | Number (Long) | 4 |
| Response | Number (Long) | 4 |
Table A.26. The Properties and Values Associated with Each Field in the tblErrors Table
|
| ErrorNum | Number (Long) |
| AllowZeroLength | False |
| Attributes | Fixed size |
| CollatingOrder | General |
| ColumnHidden | False |
| ColumnOrder | Default |
| ColumnWidth | Default |
| DecimalPlaces | 255 |
| DefaultValue | 0 |
| Description | Number of the error |
| DisplayControl | Text Box |
| OrdinalPosition | 0 |
| Required | False |
| SourceField | ErrorNum |
| SourceTable | tblErrors |
| Response | Number (Long) |
| AllowZeroLength | False |
| Attributes | Fixed size |
| CollatingOrder | General |
| ColumnHidden | False |
| ColumnOrder | Default |
| ColumnWidth | Default |
| DecimalPlaces | 255 |
| DefaultValue | 0 |
| Description | Action to take |
| DisplayControl | Text Box |
| OrdinalPosition | 1 |
| Required | False |
| SourceField | Response |
| SourceTable | tblErrors |