I have the following table fields: Zips.ZipCode, Zips.latitude,
Suppliers.ZipCode, Suppliers.latitude.
I would like to set the default value
of Suppliers.Latitude to equal the value of Zips.latitude WHERE
Suppliers.ZipCode = Zips.ZipCode
Please be
specific on what steps to take to accomplish this.
Suppliers.ZipCode, Suppliers.latitude.
I would like to set the default value
of Suppliers.Latitude to equal the value of Zips.latitude WHERE
Suppliers.ZipCode = Zips.ZipCode
Please be
specific on what steps to take to accomplish this.