Hi, I am a Technical Sales Coordinator for a Telecom Company. To track my orders I have created an MS Access 2003 Form. I am having an issue with multi select “Extended” listbox. Keep in mind I am a dummy
Row Source Type: Value List
Row Source: "FLEX";"DIA";"PL";"TF";"RCF";"BBL";"PRI";"SDT";"TC";"MPLS";"DLD";"ELD";"XOP5";"XOP6";"XOP7";"XOP13";"XOP15";"XOP16"
After Update: [Event Procedure]
Basically I need a Procedure that for which (as example):
if I multi select FLEX and DIA the output onto textbox (Text61) is FLEX;DIA;
Or for example:
If I multi select RCF, SDT and MPLS the output onto textbox (Text61) is RCF;SDT;MPLS;
I believe the following thread pointed me towards the right direction however because I am NOT a programmer, I am unable to get the result I want no matter how many times I tried modifying that code.
I would appreciate any help. Thanks in advance.
Row Source Type: Value List
Row Source: "FLEX";"DIA";"PL";"TF";"RCF";"BBL";"PRI";"SDT";"TC";"MPLS";"DLD";"ELD";"XOP5";"XOP6";"XOP7";"XOP13";"XOP15";"XOP16"
After Update: [Event Procedure]
Basically I need a Procedure that for which (as example):
if I multi select FLEX and DIA the output onto textbox (Text61) is FLEX;DIA;
Or for example:
If I multi select RCF, SDT and MPLS the output onto textbox (Text61) is RCF;SDT;MPLS;
I believe the following thread pointed me towards the right direction however because I am NOT a programmer, I am unable to get the result I want no matter how many times I tried modifying that code.
I would appreciate any help. Thanks in advance.