Movian
07-07-2014, 11:55 AM
Ok so we have 2 acer machines that we are having nothing but problems with.
To start with acer included some word plugins that were preventing our VBA code from correctly using the saveas functionality in office automation. Once those were disabled we thought everything would be fine....
however they have aparently another issue, when opening a form and setting a listbox row source the acer machines are having a full access crash to desktop. Our built in error trapping in the sub is not being triggered so it looks like its access itself that is crashing...
none of their non Acer machines have this problem nor do any of our other clients machines.
the line of code that I tracked the crash too (using msgboxes ) is
Forms("frmDXPickList").lstDX.RowSource = "SELECT DX FROM DXList WHERE CPT = '" & CStr(Me.Service) & "';"
I tried recreating the form manual (without copying any controls over) in case the form was corrupted but it still has a hard access crash...
I uninstalled from programs and settings the Acer bloatware that looked related to office but this didn't help either....
does anyone have any other ideas on where to look ?
as always thanks in advance ^_^
To start with acer included some word plugins that were preventing our VBA code from correctly using the saveas functionality in office automation. Once those were disabled we thought everything would be fine....
however they have aparently another issue, when opening a form and setting a listbox row source the acer machines are having a full access crash to desktop. Our built in error trapping in the sub is not being triggered so it looks like its access itself that is crashing...
none of their non Acer machines have this problem nor do any of our other clients machines.
the line of code that I tracked the crash too (using msgboxes ) is
Forms("frmDXPickList").lstDX.RowSource = "SELECT DX FROM DXList WHERE CPT = '" & CStr(Me.Service) & "';"
I tried recreating the form manual (without copying any controls over) in case the form was corrupted but it still has a hard access crash...
I uninstalled from programs and settings the Acer bloatware that looked related to office but this didn't help either....
does anyone have any other ideas on where to look ?
as always thanks in advance ^_^