Search results

  1. G

    Method or data member not found

    Keep getting "compile error: Method or data member not found" on this insert into statement. It is highlighting the "Me.txtSM3". The textbox exists and the reference is spelled correctly so I'm not sure where to go from here. sqlStr = "INSERT INTO SavedRecords(Inspector, OrderNum, PCNumber...
  2. G

    Need help with INSERT INTO

    I keep getting a syntax error when trying to run this code. I have looked over it a hundred times and cant find the problem. Somebody please help! (Sorry if the code is a little jumbled, had to copy and paste code from phone). CurrentDb.Execute "INSERT INTO ReuseTestResults(FieldName...
Top Bottom