N
NM
My database has many parent/child records of part
components and ratios that I need to string together for
reports and queries. This concatenation process is proving
to be a performance issue. I've been thinking about adding
fields to my parent table to store the concatenated data.
Could I trigger an update/append query to write the data
to the parent table? Is this not a good idea?
components and ratios that I need to string together for
reports and queries. This concatenation process is proving
to be a performance issue. I've been thinking about adding
fields to my parent table to store the concatenated data.
Could I trigger an update/append query to write the data
to the parent table? Is this not a good idea?