M
mary r
In Access 2003, multi-user legacy system, I've been asked to graft in some
new functionality. There is a pair of tables with a many-to-many
relationship that I have inserted a join table in between for normalization.
Call them tblAccounts --> tblAccountContacts --> tblContacts for this
example.
In a form for users to manage Contacts, I would like for the related
tblAccountContacts records to be displayed and editable in a multi-select
list box. Even better, if possible, would be to use Stuart McCall's
multi-pick TwinList to display available choices in one box and selected
choices in the other. (I have already coded and tested the TwinList for
initial data entry into a different set of tables, so that might be a useful
starting point. I'm seeing now that using it for data-entry from scratch is
much simpler than using it for maintenance.)
Sanity check: does it sound reasonable to modify the TwinList modules for
display and maintenance? The users are looking for a balance between simple,
quick development and ease of use for data-entry personnel, and I'm wondering
if this is just too complicated on the development side.
Would there be a simpler way to provide users with the means to view, add,
and delete the join table records? I'm very much open to suggestions.
Any help or ideas from the forum will be much appreciated!
Thanks in advance-
-mary
new functionality. There is a pair of tables with a many-to-many
relationship that I have inserted a join table in between for normalization.
Call them tblAccounts --> tblAccountContacts --> tblContacts for this
example.
In a form for users to manage Contacts, I would like for the related
tblAccountContacts records to be displayed and editable in a multi-select
list box. Even better, if possible, would be to use Stuart McCall's
multi-pick TwinList to display available choices in one box and selected
choices in the other. (I have already coded and tested the TwinList for
initial data entry into a different set of tables, so that might be a useful
starting point. I'm seeing now that using it for data-entry from scratch is
much simpler than using it for maintenance.)
Sanity check: does it sound reasonable to modify the TwinList modules for
display and maintenance? The users are looking for a balance between simple,
quick development and ease of use for data-entry personnel, and I'm wondering
if this is just too complicated on the development side.
Would there be a simpler way to provide users with the means to view, add,
and delete the join table records? I'm very much open to suggestions.
Any help or ideas from the forum will be much appreciated!
Thanks in advance-
-mary