Recent content by Kita

  1. K

    Run-time error '3464': Data type mismatch in criteria expression!

    The error continues, so i created the msbox, like u told me, and this is what it appeared... Thanks in Advance
  2. K

    Run-time error '3464': Data type mismatch in criteria expression!

    Thanks alot im going to try it :) Update#1: Didnt work :/ gonna try the immediate thingy tho Update#2: Can't see anything wrong with the sql code neither
  3. K

    Run-time error '3464': Data type mismatch in criteria expression!

    hello guys We're making a database in access 2002 and we keep getting this error... here's the code: Dim Base As Database Dim str, strTest0 As String Dim strTest1, strTest2, strTest3 As Double Dim rcd, rcd1, rcd2 As Recordset Set Base = CurrentDb Set rcd = Base.OpenRecordset("SLProd_Out"...
Back
Top Bottom