J
JimS
I have a vendor table joined to another skills table with a many-to-many
structure. I normalized it, so I've got a one-to-many join to a
cross-reference table, with a many-to-one join to the list of all possible
skills...
I want to present an update-able form that allows the user to select the
vendor record, then update the skills associated with that vendor, all on the
same main form.
Incidentally, each vendor has multiple addresses, so I want to present a
form where the user can scroll through and update either child table, at his
or her discretion.
structure. I normalized it, so I've got a one-to-many join to a
cross-reference table, with a many-to-one join to the list of all possible
skills...
I want to present an update-able form that allows the user to select the
vendor record, then update the skills associated with that vendor, all on the
same main form.
Incidentally, each vendor has multiple addresses, so I want to present a
form where the user can scroll through and update either child table, at his
or her discretion.