Since my last posting about a View Table, I went and modified the "From"
statement.

In my previous posting, the line containing "From" only listed the
"Geological Attributes" Access-linked table (which contained 66 records).

I have no added my polygon table name "Geology" whcih contains 498 records.
The end result is now that using either the information tool, or selecting
an object and doing a Window > New Browser Window, will list attributes for
each polygon.

My completed View Table TAB file is listed:

!table
!version 100
Open Table "Geological Attributes" Hide
Open Table "Geology" Hide

Create View Granites_Geology As
Select Map_Symbol, Rock_Group, Unit_Age, Group, Litho_Desc
>From Geological_Attributes, Geology
Where Geological_Attributes.Map_Symbol = Geology.Map_Symbol

Regards,

Bill



_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to