B
BlueWolverine
Hello,
MS Access 2003 on XP Pro.
I have a form that automatically opens via a macro when you open the file.
(dbl clk on "Inventory.mdb" in Windows)
That form has a function call for an update set to the "On form load" event.
Everything works great, and there are no execution or runtime errors.
But just this morning(3/13/08) When I dbl clk on Inventory.mdb, and the form
opens, the VBA editor opens with the code interrupted at the same spot, an
end if after almost all the code has run. there's a couple docmd.openquery
calls after the end if but most of the code is inside the end if.
There are NO breakpoints set, and I have tried clearing them and saving them
and reopening. It still happens. Also, running the code from an update
button does NOT cause it to get "stuck." It's only (so far) on the form load
when I load the database file.
Let me know, I'm kinda stumped on this one.
MS Access 2003 on XP Pro.
I have a form that automatically opens via a macro when you open the file.
(dbl clk on "Inventory.mdb" in Windows)
That form has a function call for an update set to the "On form load" event.
Everything works great, and there are no execution or runtime errors.
But just this morning(3/13/08) When I dbl clk on Inventory.mdb, and the form
opens, the VBA editor opens with the code interrupted at the same spot, an
end if after almost all the code has run. there's a couple docmd.openquery
calls after the end if but most of the code is inside the end if.
There are NO breakpoints set, and I have tried clearing them and saving them
and reopening. It still happens. Also, running the code from an update
button does NOT cause it to get "stuck." It's only (so far) on the form load
when I load the database file.
Let me know, I'm kinda stumped on this one.