InfoConnect for Airlines VBA Guide
Text Property (HostField)
Gets field text.
Syntax
Object.Text As String
Example
Dim host As HostField
Dim FieldText As String = host.Text
See Also