A
aa
In a Products database I have a field "How_to_Use" which is of memo type and
is quite lengthy. Some products have the same How_to_Use value.
This database is used, among other purposes, to build a product Data Sheet,
which includes How_to_Use information.
For the moment I have to store How_to_Use data (some being identical)
against every product. So, if How_to_Use is modified, modification needs to
be done for every product using this How_to_Use data.
Is it possible instead of storing How_to_Use in the database, to store a
reference to this info stored elsewhere (say, in a text file) and get it
inserted into a resulting Datasheet asp file?
I considered moving How_to_Use to a separate table, but this involves
modifying the code logic.
is quite lengthy. Some products have the same How_to_Use value.
This database is used, among other purposes, to build a product Data Sheet,
which includes How_to_Use information.
For the moment I have to store How_to_Use data (some being identical)
against every product. So, if How_to_Use is modified, modification needs to
be done for every product using this How_to_Use data.
Is it possible instead of storing How_to_Use in the database, to store a
reference to this info stored elsewhere (say, in a text file) and get it
inserted into a resulting Datasheet asp file?
I considered moving How_to_Use to a separate table, but this involves
modifying the code logic.