G
Guest
I have a persons table with an "AddressID" field which is a foreign key into
the "address" table. The default addressid is Null. When I want to list all
people + their addresses, an outer join works nicely. However, even though
this outer join is an updateable recordset, I can only change an already
exisiting addressid, or add a new record including the address info. I
canNOT change a NULL addressid.
I tried using a form that was a view over the persons table linked to a
subform being a view over the address table and still no luck (I get an error
when trying to edit addresses that are null in the persons table).
What type of query (or forms/subforms) can I do that will allow me to add an
address to a person with a null address? I could do it in VB, but I'm trying
to avoid that situation if at all possible.
Thanks in advance,
Robbie
the "address" table. The default addressid is Null. When I want to list all
people + their addresses, an outer join works nicely. However, even though
this outer join is an updateable recordset, I can only change an already
exisiting addressid, or add a new record including the address info. I
canNOT change a NULL addressid.
I tried using a form that was a view over the persons table linked to a
subform being a view over the address table and still no luck (I get an error
when trying to edit addresses that are null in the persons table).
What type of query (or forms/subforms) can I do that will allow me to add an
address to a person with a null address? I could do it in VB, but I'm trying
to avoid that situation if at all possible.
Thanks in advance,
Robbie