Recent content by CatFish

  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

    Amazing Simple Home Remedies

    You should write a book Ken. LOL!!!!:D
  3. C

    Too Few Parameters Expected 1 Error 3061

    Thanks Rural Guy. I don't know why I couldn't think of that (brain:eek: freeze)
  4. 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];"...
  5. C

    Mysterious hidden characters in combo box

    Private Sub forme() ' checks whats in text2 and if an exchange name adds it to a combo box Dim scan As String Dim name As String 'name is the name of exch displayed in text2 'May not have anything to do with your problem, but Name is a reserved word scan = Text1.Text Text2 = Mid$(scan, 15, 16)...
  6. C

    Absolut vodka

    :eek: I thought they were after Hollywood with Alex Trebek and Paul Shaffer as their vanguard. It is hard to trust any nation that can live so peacefully with their neighbors. :D:D
  7. C

    What spec of PC is everyone using?

    Wise choice I purchased a IBM Thinkpad with 1.6Ghz dual core and one gig of memory. Running Vista Business Edition with Office 2007. I ignored all the info I had read on the Internet about Vista and Office 2007 being a bad marriage. Needless to say the computer is extremely slow. :eek:
Back
Top Bottom