"NotInList" procedure (1 Viewer)

g-richardson

Registered User.
Local time
Today, 10:37
Joined
Mar 4, 2005
Messages
42
Hi Everyone,

I have a procedure that determines if an item is in the list or not. If not in the list, gives me a message box with the option to add the item to the list.

If option to ADD is chosen, the proper form opens up and I am able to fill in the information and then when the form closes, the item is now in the list and able to stay in the field. (code attached).

What I want to be able to do is...when I chose to add the item to the list, for the system to copy the text (as written in the field box), then open the form, paste the information into the form, then close the form and return to the original form...

In the attached example, "Combo76" is the dropdown list, the form that opens is "frm_AuthorizedBy"

Thanks for any help.

George
 

Attachments

  • NotInList Code.txt
    942 bytes · Views: 296

g-richardson

Registered User.
Local time
Today, 10:37
Joined
Mar 4, 2005
Messages
42
Thank you so much. This is perfect. Also, the site looks like a great resource too.

Thanks for the quick turn around.
 

Users who are viewing this thread

Top Bottom