S
SLow
I have an app that has run for years without problems. Recently I had an XP
Pro hang on startup an I was forced to reinstall Windows. I reinstalled
Access 97 SR-2 and now all combo boxes generate an error saying the object
cannot be found in VB and the ampersand is highlighted as the problem in the
following code:
Sub cmbWorkOrderLU_AfterUpdate()
' Find the record that matches the control.
Me.RecordsetClone.FindFirst "[Work Order#] = " & Me![cmbWorkOrderLU]
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
This code was originally generated using the wizard and works fine on all
six other computers running this app.
Any ideas where I should start to look?
TIA
S.Low
Pro hang on startup an I was forced to reinstall Windows. I reinstalled
Access 97 SR-2 and now all combo boxes generate an error saying the object
cannot be found in VB and the ampersand is highlighted as the problem in the
following code:
Sub cmbWorkOrderLU_AfterUpdate()
' Find the record that matches the control.
Me.RecordsetClone.FindFirst "[Work Order#] = " & Me![cmbWorkOrderLU]
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
This code was originally generated using the wizard and works fine on all
six other computers running this app.
Any ideas where I should start to look?
TIA
S.Low