Hi,
I have the following problem:
I have a form linked to a table. The form has a textbox (txtkeywords). To keep track of the keywords entered, I have created a button next to the keywords textbox. The button opens a pop up form with a list box with keywords.
I want to do the following, but I don't seem to get there. I want a selected keyword (onEnter or onDoubleClick) to be entered in the textbox. If the textbox is still empty, I want just the keyword to appear, if not, I want the keywords to be separated by / . Can anybody help me? I'm quite new to access and VBA and I've been searching for hours!
Thanks
I have the following problem:
I have a form linked to a table. The form has a textbox (txtkeywords). To keep track of the keywords entered, I have created a button next to the keywords textbox. The button opens a pop up form with a list box with keywords.
I want to do the following, but I don't seem to get there. I want a selected keyword (onEnter or onDoubleClick) to be entered in the textbox. If the textbox is still empty, I want just the keyword to appear, if not, I want the keywords to be separated by / . Can anybody help me? I'm quite new to access and VBA and I've been searching for hours!
Thanks