I got a real noodle scratcher here...
I've got a form that parses a data string into individual records, and inserts them into a table. Currently, the string is pasted into a text box, and the user must click a button to begin the parse/insert process.
My client recently informed me that the string is automatically inserted by third party OCR software, and he'd like to automate the process - i.e., save the user from having to click the command button to fire the sub code.
Does anyone have any experience trapping an event like this? I've tried before/after updates, etc., but they still require some kind of user interaction - tab out, a key stroke, which the client is trying to avoid. He likes the existing functionality - it's just a preference, so I told him I'd fish for some answers.
Thanks!
I've got a form that parses a data string into individual records, and inserts them into a table. Currently, the string is pasted into a text box, and the user must click a button to begin the parse/insert process.
My client recently informed me that the string is automatically inserted by third party OCR software, and he'd like to automate the process - i.e., save the user from having to click the command button to fire the sub code.
Does anyone have any experience trapping an event like this? I've tried before/after updates, etc., but they still require some kind of user interaction - tab out, a key stroke, which the client is trying to avoid. He likes the existing functionality - it's just a preference, so I told him I'd fish for some answers.
Thanks!