hello,
can any1 help me with this problem i don't know what to do
the error message won't stop....
here is my code:
thank u in advance
can any1 help me with this problem i don't know what to do

the error message won't stop....
here is my code:
Code:
Private Sub _AfterUpdate()
Dim dbsProject As Database
Dim q As QueryDef
Dim res As Recordset
Dim strSQL As String
Set dbsProject = CurrentDb
strSQL = "SELECT Item.ItemPrice FROM Item WHERE ((Item.ItemID)=[Forms]![InsertTreatment]![ItemNum]);"
Set res = dbsProject.OpenRecordset(strSQL, dbOpenSnapshot)
Set MoneyValue.Value = res
End Sub
thank u in advance