T
Tom Mackay
I am trying to update an existing Access db form, Clients, that maintains a
table of the exact same name; I want to add in a new table of information and
allow editing of that information via the Clients form.
The current design puts a huge amount of data on one table, Clients, with a
single key called SortID. Rather than add more fields to this table, I have
created a new table, Retirement, and added the SortID to that table.
However, when I update the datasource query from Clients table to Clients
table-joined-to-Retirement table, no edits via the form are allowed anymore.
Is there any feature of this query...or the form...that will allow the edits
to continue? I understand from looking at some similar posts that I can go
down the subform route...but before I do that, I'd appreciate any advice on
how to proceed otherwise. The group using this database has over the years
always simply added more and more fields to the Clients table only because
they wanted to be able to continue using this form to make all their
edits...and they felt that using sub-forms inhibited their form
design/usability.
Any help is appreciated,
Txs,
Tom
table of the exact same name; I want to add in a new table of information and
allow editing of that information via the Clients form.
The current design puts a huge amount of data on one table, Clients, with a
single key called SortID. Rather than add more fields to this table, I have
created a new table, Retirement, and added the SortID to that table.
However, when I update the datasource query from Clients table to Clients
table-joined-to-Retirement table, no edits via the form are allowed anymore.
Is there any feature of this query...or the form...that will allow the edits
to continue? I understand from looking at some similar posts that I can go
down the subform route...but before I do that, I'd appreciate any advice on
how to proceed otherwise. The group using this database has over the years
always simply added more and more fields to the Clients table only because
they wanted to be able to continue using this form to make all their
edits...and they felt that using sub-forms inhibited their form
design/usability.
Any help is appreciated,
Txs,
Tom