Return Type
A Boolean value.
Return Type
A Boolean value.
Syntax
object.UpdateBrainTable(strTableName As String, lngRecordId As Long, strQuestionText As String, strAnswerText As String)
The UpdateBrainTable method syntax has these parts:
| Part | Description |
| object | An expression evaluating to an object of type HalDB. |
| strTableName | String |
| lngRecordId | Long |
| strQuestionText | String |
| strAnswerText | String |