Search results

  1. C

    A problem occurred while accessing the Ole Object

    Access 2007 and XP Pro I'm getting a error stating "A problem occurred while accessing the Ole Object" etc. This happens when I try to link a .jpg file to a ole field When the message comes up I press Ctrl+Shift+I and I get this number 502719 I have googled this and searched Microsoft and I...
  2. C

    Too Few Parameters Expected 1 Error 3061

    Why does this work: Set db = CurrentDb sSql = "SELECT Ingredients FROM Cajun WHERE RecipeID = 10;" Set rs = db.OpenRecordset(sSql) and this doesn't Too Few Parameters Expected 1 3061 Set db = CurrentDb sSql = "SELECT Ingredients FROM Cajun WHERE RecipeName = [Cajun Spice];"...
Back
Top Bottom