This table contains all the valid expense codes used in the hypothetical time and billing application.
Field Name | Type | Size (Bytes) |
---|---|---|
ExpenseCodeID | Number (Long) | 4 |
ExpenseCode | Text | 30 |
Property | Value |
---|---|
ExpenseCodeID | Number (Long) |
AllowZeroLength | False |
Attributes | Fixed size, auto-increment |
Caption | Expense Code ID |
CollatingOrder | General |
OrdinalPosition | 0 |
Required | False |
SourceField | ExpenseCodeID |
SourceTable | tblExpenseCodes |
ExpenseCode | Text |
AllowZeroLength | False |
Attributes | Variable length |
Caption | Expense Code |
CollatingOrder | General |
OrdinalPosition | 1 |
Required | False |
SourceField | ExpenseCode |
tblExpenseCodes |