Steve Wallace wrote:
>I thought I remembered seeing a post about making *.TAB files that were 
>actually queries of other files. I would like to have a MapInfo TAB file 
>that is actually just a dynamic sub-set of a larger table.

I'm not sure if I understand your question, but the following will work:

!Table
!Version 100
Open Table "assessor"

Select *
>From assessor
Where PIDN like "22-41-17-%" into test

It's pretty important to use the INTO clause.

Rich


Richard W. Greenwood, PLS
Greenwood Mapping, Inc.
[EMAIL PROTECTED]
(307) 733-0203 fax: 733-4018
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to