frustrating
Registered User.
- Local time
- Yesterday, 18:26
- Joined
- Oct 18, 2012
- Messages
- 68
Im testing some code to automate OCR in Access. I'm using this:
It keeps crashing MS Access. I'm not sure what I'm doing wrong. Any ideas?
Code:
Dim MiDoc as MODI.Document
Set MiDoc = New MODI.Document
miDoc.Create TextBox.Value
miDoc.OCR
Set miDoc = Nothing
It keeps crashing MS Access. I'm not sure what I'm doing wrong. Any ideas?