J
Jim
I have a command button on a form with code from Ken Snell's site to import
Excel workbook into Access. I have multiple workbook to import, and each
file has a related text box on the form. In vba, I import the first workbook,
then move the focus to the first text box. Each text box has code behind the
"On got focus" event to import the related workbook. All of the workbooks
are imported, but at the very end I get an error message that Access can't
move the focus to the last text box.
I tried moving the focus to another unrelated field, but I still get the
error. Any ideas what I'm doing wrong?
Thanks,
Jim
Excel workbook into Access. I have multiple workbook to import, and each
file has a related text box on the form. In vba, I import the first workbook,
then move the focus to the first text box. Each text box has code behind the
"On got focus" event to import the related workbook. All of the workbooks
are imported, but at the very end I get an error message that Access can't
move the focus to the last text box.
I tried moving the focus to another unrelated field, but I still get the
error. Any ideas what I'm doing wrong?
Thanks,
Jim