This is probably because I've been staring at my monitor for too long...

I have a map of land parcels.  Each parcel has a PID and an attribute key (2 col 
table).

I need to use the PID of the parcel that a user clicks on in a map.  As in, I want to 
assign the PID from the
click selection to a variable that I can use in a later SQL statement, sort of like:

varPID = selection.PID

Select * From parcel_table
Where parcel_table.PID = varPID

It seems to me that this must be simple, and that I'm missing the obvious.

Thanks
Gerald
----------------------------------------------------------------------
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