T
Tom McMillion
I am exploring the idea of populating a text field with
mulitple bits of data appended together, based on the
selections of check boxes made on a form. Each bit of
data will be shorthand for a packaging line number, for
example A1, A2, A3 etc. Each check box on a Scheduling
form will select one packaging line such as line A1.
A large packaging order can be split up to run on several
lines. In my database I cannot create duplicate records
sharing the same order number, and then select one
packaging line for each record. I have to share multiple
packaging lines within one record. Also I cannot create a
separate field for each individual packaging line because
there would be a huge number of fields in the table, as
well as a very large number of controls on at least one
of the forms.
I would like to populate my "Pkg Line" text field with
the ID's of, in some cases, several packaging lines
selected on a form via the selected check boxes.
Ideally I would like to pull together or append A1 and A2
for example into one text field with a space or some
other separator between A1 and A4 for easier viewing. But
at this point I would even settle for A1A4 to be
populated in the "Pkg Line" field, especially if the VBA
code is much easier to write versus A1 [space] A4.
Once again, thanks in advance for any help. These forums
and the people who monitor them and answer questions
provide a tremendous service to folks like me.
Kind Regards,
Tom
mulitple bits of data appended together, based on the
selections of check boxes made on a form. Each bit of
data will be shorthand for a packaging line number, for
example A1, A2, A3 etc. Each check box on a Scheduling
form will select one packaging line such as line A1.
A large packaging order can be split up to run on several
lines. In my database I cannot create duplicate records
sharing the same order number, and then select one
packaging line for each record. I have to share multiple
packaging lines within one record. Also I cannot create a
separate field for each individual packaging line because
there would be a huge number of fields in the table, as
well as a very large number of controls on at least one
of the forms.
I would like to populate my "Pkg Line" text field with
the ID's of, in some cases, several packaging lines
selected on a form via the selected check boxes.
Ideally I would like to pull together or append A1 and A2
for example into one text field with a space or some
other separator between A1 and A4 for easier viewing. But
at this point I would even settle for A1A4 to be
populated in the "Pkg Line" field, especially if the VBA
code is much easier to write versus A1 [space] A4.
Once again, thanks in advance for any help. These forums
and the people who monitor them and answer questions
provide a tremendous service to folks like me.
Kind Regards,
Tom