S
sml
I'm mystified. I have a pretty simple table with company name
information which has a one-many relation with a table with dates.
They are connected via the companyID.
I've created a left join query (all the records from the company even
if there are no dates). I've then used the query to create a
continuous form listing the company name and dates. I can add a new
company, I can add/edit company name, and I can add/edit new dates
associated with the company.
But I can't delete. I've tried both a button, and then I tried just
selecting the record, and then I tried going directly to the query to
delete a record there. I get the "you are about to delete a record,
and select yes to confirm" message and the record leaves .... but the
record it is NOT deleted from the table. When I next open the query
the 'deleted' record is there.
information which has a one-many relation with a table with dates.
They are connected via the companyID.
I've created a left join query (all the records from the company even
if there are no dates). I've then used the query to create a
continuous form listing the company name and dates. I can add a new
company, I can add/edit company name, and I can add/edit new dates
associated with the company.
But I can't delete. I've tried both a button, and then I tried just
selecting the record, and then I tried going directly to the query to
delete a record there. I get the "you are about to delete a record,
and select yes to confirm" message and the record leaves .... but the
record it is NOT deleted from the table. When I next open the query
the 'deleted' record is there.