Hi Mert,
Maybe I didn't explain a few things that I should have. Try the following.
The ListBox 'Row Soure Type' needs to be set to 'Value List'.
In the line below where frm!Text is replace it with frm! and the name of the control that is on the form named 2, I don't remember the name of the control.
If Test = "" Then Test = frm!Text Else Test = Test & ";" & frm!Text
When adding an event procedure to a property you need to place the curser on the line of the property and then click on the button with the ... on it to the right side of the property line. 'On Current ______________ [] ...' It looks kind of like this.
After clicking the ... button select code builder.
Hope this helps.
Art
Maybe I didn't explain a few things that I should have. Try the following.
The ListBox 'Row Soure Type' needs to be set to 'Value List'.
In the line below where frm!Text is replace it with frm! and the name of the control that is on the form named 2, I don't remember the name of the control.
If Test = "" Then Test = frm!Text Else Test = Test & ";" & frm!Text
When adding an event procedure to a property you need to place the curser on the line of the property and then click on the button with the ... on it to the right side of the property line. 'On Current ______________ [] ...' It looks kind of like this.
After clicking the ... button select code builder.
Hope this helps.
Art