B
barret bonden
Picked up a new client with an old MDB , a lawyer's office dealing with
state forms of great length and thus 100's of fields in each table; not only
can I not change
any of this, I have to allow for MORE fields for each record; Access wouldn't
let me add what I needed.
My solution was to create a 2nd table and link the two tables via a query.
The query is linked by the key field from the primary table and
a foreign key field in the new table.
This seems to work; when I choose an existing client and then open
the new form (which has a mix of fields from both the primary and new
table) I see existing fields with data, and when I save the record the
second table appropriately fills in the foreign key field with the data
from the
primary table.
Does this sound stable ? Will I get bit in the end ?
state forms of great length and thus 100's of fields in each table; not only
can I not change
any of this, I have to allow for MORE fields for each record; Access wouldn't
let me add what I needed.
My solution was to create a 2nd table and link the two tables via a query.
The query is linked by the key field from the primary table and
a foreign key field in the new table.
This seems to work; when I choose an existing client and then open
the new form (which has a mix of fields from both the primary and new
table) I see existing fields with data, and when I save the record the
second table appropriately fills in the foreign key field with the data
from the
primary table.
Does this sound stable ? Will I get bit in the end ?