J
Jacquie
So I had this beautiful database with a contacts table and an orgs table.
Referential integrity/cascade update set on the relationship. I had to import
an excel spreadsheet with some contacts who had no orgs. It wouldn't let me
import unless I took off the referential integrity. So I did, thinking I
could add it back. But it still won't because it says there are no orgs for
some contacts. I even changed the join type from equal to "include all
records from contacts and only those from orgs that match" ... no dice. But I
should be able to have cons without orgs -- done it in other databases. And
another thing -- if I search for orgs that are null, I get nothing. If I
search for orgs <"a", I get 200. so what's up? can anyone point me in the
right direction? Thanks!!
Referential integrity/cascade update set on the relationship. I had to import
an excel spreadsheet with some contacts who had no orgs. It wouldn't let me
import unless I took off the referential integrity. So I did, thinking I
could add it back. But it still won't because it says there are no orgs for
some contacts. I even changed the join type from equal to "include all
records from contacts and only those from orgs that match" ... no dice. But I
should be able to have cons without orgs -- done it in other databases. And
another thing -- if I search for orgs that are null, I get nothing. If I
search for orgs <"a", I get 200. so what's up? can anyone point me in the
right direction? Thanks!!