G
Guest
What's this error and how do I get rid of it
This error occurs at random times and mostly under Access Runtime (XP Running on Win2K SP4
Here's the SUB
Sub RecalcStr(frm As Form
If frm.Dirty Then frm.Dirty = Fals
Dim tbl As New ADODB.Recordse
tbl.Open "Select * From dbo.ItemDimWgt(" & frm!ID & ")", CurrentProject.Connection, adOpenStatic, adLockReadOnl
frm!UnitWeight = Nz(tbl!NewWgt) <------ Her
frm!Dimensions = Nz(tbl!NewDim) <------- And Here
tbl.Clos
End Su
The desperate :-(
This error occurs at random times and mostly under Access Runtime (XP Running on Win2K SP4
Here's the SUB
Sub RecalcStr(frm As Form
If frm.Dirty Then frm.Dirty = Fals
Dim tbl As New ADODB.Recordse
tbl.Open "Select * From dbo.ItemDimWgt(" & frm!ID & ")", CurrentProject.Connection, adOpenStatic, adLockReadOnl
frm!UnitWeight = Nz(tbl!NewWgt) <------ Her
frm!Dimensions = Nz(tbl!NewDim) <------- And Here
tbl.Clos
End Su
The desperate :-(