B
brigitte
Hi all,
First off, I'm not a trained programmer, but I usually manage to
achieve what I want by adapting code fragments.
My users asked me to add functionality to their database which I've
spent the last week trying to implement, without success.
It's a database focussing on trademark administration and keeping track
of actions that must be performed prior to a specific date.
Trademarks are recorded for several classes of goods and services and
there's a maximum of 45 classes to choose from. Classes consist of a
class number and a standard description.
However, they furthermore asked whether it's possible to choose the
classes and adapt the descriptions to the client's specific
requirements. Also, could there be some indication that the standard
description has been altered?
Is it possible to use a popup form with a multi-select listbox
containing all 45 classes, fill in the user selection in a subform on
the main form, allow users to change the descriptions and use e.g. a
checkmark to indicate it's a non-standard description? Are there any
better alternatives? How to go about coding it all? I've already looked
into capturing the input from a multi-select listbox and feeding it to
an append query but either my relationships are set up wrong or it's
the wrong approach.
As for relationships, I have a table containing classes and a table
with trademark information, the PK's of which are linked in a separate
table.
Thanks for any help!
Brigitte
First off, I'm not a trained programmer, but I usually manage to
achieve what I want by adapting code fragments.
My users asked me to add functionality to their database which I've
spent the last week trying to implement, without success.
It's a database focussing on trademark administration and keeping track
of actions that must be performed prior to a specific date.
Trademarks are recorded for several classes of goods and services and
there's a maximum of 45 classes to choose from. Classes consist of a
class number and a standard description.
However, they furthermore asked whether it's possible to choose the
classes and adapt the descriptions to the client's specific
requirements. Also, could there be some indication that the standard
description has been altered?
Is it possible to use a popup form with a multi-select listbox
containing all 45 classes, fill in the user selection in a subform on
the main form, allow users to change the descriptions and use e.g. a
checkmark to indicate it's a non-standard description? Are there any
better alternatives? How to go about coding it all? I've already looked
into capturing the input from a multi-select listbox and feeding it to
an append query but either my relationships are set up wrong or it's
the wrong approach.
As for relationships, I have a table containing classes and a table
with trademark information, the PK's of which are linked in a separate
table.
Thanks for any help!
Brigitte