Jon,
Here is some sample code. You can get the Field IDs from the Application Object Models.
Dim vGL As AccpacView
Dim Values As Variant
Dim i As Integer
mDBLinkCmpRW.OpenView "GL0001", vGL
vGL.GoTop
vGL.BlkGet Array(1, 2, 3), Values
For i = LBound(Values) To UBound(Values)
MsgBox...