ncalcaterra
Programmer
hi! would love some help on (what i'm sure to most of you is simple) this list box problem... i have a form with the following fields (form name is fCorrespondence and the table name is tCorrespondence):
CorresID
EnteredOn
EnteredBy
CorresDate
TransmittedVia
ReferenceNo
Task
From
To
Description
ProjectID (List box)
the ProjectID field is my list box, and i'd like to be able to select multiple values from the list box and have one record created for each value selected in the list box in the underlying table (tCorrespondence). all the fields listed above will have all the same information, except the ProjectID field (which is why i want to have a separate record created for each selection).
To summarize the above in plain english, i'd like to make one entry for each correspondence, but each piece of correspondence could relate to several projects, and i'd just like to create one entry and highlight (or check) which projects the correspondence applies to. Later on, i'll have to report on the correspondece for each project (fyi).
i would be forever indebted to the individual who could help me solve my problem!!!! thanks for reading, and thanks for any help you can provide.
CorresID
EnteredOn
EnteredBy
CorresDate
TransmittedVia
ReferenceNo
Task
From
To
Description
ProjectID (List box)
the ProjectID field is my list box, and i'd like to be able to select multiple values from the list box and have one record created for each value selected in the list box in the underlying table (tCorrespondence). all the fields listed above will have all the same information, except the ProjectID field (which is why i want to have a separate record created for each selection).
To summarize the above in plain english, i'd like to make one entry for each correspondence, but each piece of correspondence could relate to several projects, and i'd just like to create one entry and highlight (or check) which projects the correspondence applies to. Later on, i'll have to report on the correspondece for each project (fyi).
i would be forever indebted to the individual who could help me solve my problem!!!! thanks for reading, and thanks for any help you can provide.