C
cd
If I have a field on a form that's comma-delimited is it
possible to build an input mask on another field that
would reflect the number of comma's in the first field.
For example if txtChemicals contains Ar,P txtRatio would
prompt for an equal number of inputs delimited by a colon,
example 70:30. I know this goes against normalization
rules but concatenating my data for inquiries and reports
is a huge resource hog on a similar database and I'm
looking for alternatives. If some one can assist me with
this, I really appreciate it.
possible to build an input mask on another field that
would reflect the number of comma's in the first field.
For example if txtChemicals contains Ar,P txtRatio would
prompt for an equal number of inputs delimited by a colon,
example 70:30. I know this goes against normalization
rules but concatenating my data for inquiries and reports
is a huge resource hog on a similar database and I'm
looking for alternatives. If some one can assist me with
this, I really appreciate it.