Search results

  1. 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