Search results

  1. B

    Numeric Field Overflow Error

    Hello, I also tried that and still I recieve the error.. I'm keeping my hopes up.. Thanks guys
  2. B

    Numeric Field Overflow Error

    Hello guys, Thanks so far. I don't use a dim a as integer. So that could not be the problem. I hope to hear from you guys.. So THANKS again...
  3. B

    Numeric Field Overflow Error

    Hello everybody... Does this Error look formiliar??? "Numeric Field Overflow 3349" The case is: I have a .txt file wicht I link to the database. If I run a query based on that .txt file I get the Error. ...BUT sometimes if i close the database and compact it it works.. ?????????????? Thank...
  4. B

    Opening one Access database from the other

    Hi everybody, Thanks for your solutions so far guys. I just want to open the database. And I want to do it with code. A hyperlink looks ugly...hihihihihi... I hope you guys can help me out. thanks again...
  5. B

    Opening one Access database from the other

    Hello everybody, I have a question. I have a button on a form. When I press that button, another database should be opened. I tried this: Dim dbMyDB As Database Dim rsMyRS As Recordset Set dbMyDB = OpenDatabase("C:\DocumentenJohnny\Style_be.mdb") Set rsMyRS =...
Back
Top Bottom