G
Guest
After SP3 for Office 2003 was installed last Thursday we have had some
problems.
One of the problems are that Access2003 crashes when we try to select a
value from a ComboBox.
We use many different ADP files, each connected to a database on our SQL 2k
server.
On a few of these projects, we are unable to select values from a certain
combobox.
The form opens up ok, all the boxes are filled with the correct values.
One of the boxes, say "cbxReply", has 2 values. An event (change) is
connected to that through VBA code.
If we try to select a value from that box, Access crashes. Ãf I set a
breakpoint on the change event, I can see that Access crashes before I even
get to there.
But, if I add some code to the event "Before Update", then the code runs as
normal and it seems to work just fine.
But the exakt same code seems to work fine on our other running projects.
Im at a loss here as to what the cause may be... ?
For some reason, on this case, Access must lose its way while trying to
figure out what event to handle, and then crashes...
Suggestions?
problems.
One of the problems are that Access2003 crashes when we try to select a
value from a ComboBox.
We use many different ADP files, each connected to a database on our SQL 2k
server.
On a few of these projects, we are unable to select values from a certain
combobox.
The form opens up ok, all the boxes are filled with the correct values.
One of the boxes, say "cbxReply", has 2 values. An event (change) is
connected to that through VBA code.
If we try to select a value from that box, Access crashes. Ãf I set a
breakpoint on the change event, I can see that Access crashes before I even
get to there.
But, if I add some code to the event "Before Update", then the code runs as
normal and it seems to work just fine.
But the exakt same code seems to work fine on our other running projects.
Im at a loss here as to what the cause may be... ?
For some reason, on this case, Access must lose its way while trying to
figure out what event to handle, and then crashes...
Suggestions?