Thanks for the reply. I'll try your suggestions.
Actually, I *do* have two unique databases. They're
originally FoxPro dbase files, each generated by a
different application which I'm converting to MySQL
for a php app. It won't be a problem to create a
table for the buildings in the parcel data
First, it appears that you are confusing "database" with table. A Database
is a collection of tables. Each table has rows of data which is organized
in columns.
>From what I understand, you have the following situation:
Table: Parcels
Columns:
dxf (Primary Key, auto_number)
[Descriptio