直接查询表格。
Dim udr As DataRow = DataTables("表A").Find("name = '" & user.name & "'")
If udr IsNot Nothing Then
msgbox(udr("gongsi"))
End If