V
VictoriaRee
Guest
I have a COMPANIES Table with a ONE/Many join to LOCATIONS Table with a ONE/Many join to LOCATIONCONTACTS and a ONE/Many join to LOCATIONADDRESSES;
and a CONTACTS Table with a ONE/Many join to LOCATIONCONTACTS Table
I want to produce an updateable query with the following information
CompanyName
ContactName
Address
City
State
Zip
ETC normal contact stuff.
If I add the companiestable, the locationstable, the locationcontactstable, and the contacts table...
the query is fine, and updateable,
when i try to include the locationaddress table...the dynaset is correct, just not updateable.
HELP
and a CONTACTS Table with a ONE/Many join to LOCATIONCONTACTS Table
I want to produce an updateable query with the following information
CompanyName
ContactName
Address
City
State
Zip
ETC normal contact stuff.
If I add the companiestable, the locationstable, the locationcontactstable, and the contacts table...
the query is fine, and updateable,
when i try to include the locationaddress table...the dynaset is correct, just not updateable.
HELP